From 9bb2ca44092700cb3b63dcfff05ff1957701436e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 7 Jan 2026 12:52:34 +0900 Subject: Removed unused files. These are neither used not installed Signed-off-by: Michele Calgaro --- data/resources/Makefile.am | 3 --- data/resources/icon1.ico | Bin 3774 -> 0 bytes data/resources/kvirc.rc | 29 ----------------------------- data/resources/resource.h | 20 -------------------- 4 files changed, 52 deletions(-) delete mode 100644 data/resources/Makefile.am delete mode 100644 data/resources/icon1.ico delete mode 100644 data/resources/kvirc.rc delete mode 100644 data/resources/resource.h (limited to 'data/resources') diff --git a/data/resources/Makefile.am b/data/resources/Makefile.am deleted file mode 100644 index 71b9c6b..0000000 --- a/data/resources/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -EXTRA_DIST = icon1.ico kvirc.rc resource.h - - diff --git a/data/resources/icon1.ico b/data/resources/icon1.ico deleted file mode 100644 index 23f1147..0000000 Binary files a/data/resources/icon1.ico and /dev/null differ diff --git a/data/resources/kvirc.rc b/data/resources/kvirc.rc deleted file mode 100644 index e25ef3b..0000000 --- a/data/resources/kvirc.rc +++ /dev/null @@ -1,29 +0,0 @@ -//Microsoft Developer Studio generated resource script. -// -#include "resource.h" - - -// Icon with lowest ID value placed first to ensure application icon -// remains consistent on all systems. -IDI_ICON1 ICON DISCARDABLE "icon1.ico" -IDD_ICON2 ICON DISCARDABLE "kvs.ico" -IDD_ICON3 ICON DISCARDABLE "kvc.ico" -IDD_ICON4 ICON DISCARDABLE "kvt.ico" -IDD_ICON5 ICON DISCARDABLE "kva.ico" - - -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE DISCARDABLE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE DISCARDABLE -BEGIN - "\r\n" - "\0" -END \ No newline at end of file diff --git a/data/resources/resource.h b/data/resources/resource.h deleted file mode 100644 index 8713500..0000000 --- a/data/resources/resource.h +++ /dev/null @@ -1,20 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by kvirc.rc -// -#define IDD_ICON1 100 -#define IDD_ICON2 101 -#define IDD_ICON3 102 -#define IDD_ICON4 103 -#define IDD_ICON5 104 - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 101 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1000 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif -- cgit v1.2.3