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 --- configure.in | 2 -- data/Makefile.am | 2 +- data/resources/Makefile.am | 3 --- data/resources/icon1.ico | Bin 3774 -> 0 bytes data/resources/kvirc.rc | 29 ---------------------------- data/resources/resource.h | 20 -------------------- data/resources_mac/Info.plist.in | 40 --------------------------------------- data/resources_mac/Makefile.am | 8 -------- data/resources_mac/kvirc.icns | Bin 52771 -> 0 bytes 9 files changed, 1 insertion(+), 103 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 delete mode 100644 data/resources_mac/Info.plist.in delete mode 100644 data/resources_mac/Makefile.am delete mode 100644 data/resources_mac/kvirc.icns diff --git a/configure.in b/configure.in index deb0759c..634f1aa9 100644 --- a/configure.in +++ b/configure.in @@ -130,8 +130,6 @@ AC_OUTPUT( \ data/mimelnk/Makefile \ data/msgcolors/Makefile \ data/protocols/Makefile \ - data/resources/Makefile \ - data/resources_mac/Makefile \ doc/Makefile \ doc/man/Makefile \ doc/scriptexamples/Makefile \ diff --git a/data/Makefile.am b/data/Makefile.am index d51e2965..f06b7414 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -3,4 +3,4 @@ ############################################################################### SUBDIRS = app config defscript deftheme doctemplates \ - mimelnk msgcolors protocols resources resources_mac + mimelnk msgcolors protocols diff --git a/data/resources/Makefile.am b/data/resources/Makefile.am deleted file mode 100644 index 71b9c6bf..00000000 --- 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 23f11473..00000000 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 e25ef3b5..00000000 --- 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 87135009..00000000 --- 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 diff --git a/data/resources_mac/Info.plist.in b/data/resources_mac/Info.plist.in deleted file mode 100644 index c1054aa4..00000000 --- a/data/resources_mac/Info.plist.in +++ /dev/null @@ -1,40 +0,0 @@ - - - - - CFBundleExecutable - kvirc - CFBundleIconFile - kvirc.icns - CFBundleIdentifier - com.kvirc.kvirc - CFBundleLocalizations - - en - bg - ca - cs - de - es - fr - hu - it - nl - pl - pt - pt_BR - ru - sr - - CFBundleName - KVirc - CFBundlePackageType - APPL - CFBundleShortVersionString - @kvircversion@ - CFBundleSignature - ???? - NSAppleScriptEnabled - - - diff --git a/data/resources_mac/Makefile.am b/data/resources_mac/Makefile.am deleted file mode 100644 index 4063b321..00000000 --- a/data/resources_mac/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -EXTRA_DIST = Info.plist.in kvirc.icns - -CLEANFILES = Info.plist - -all: Info.plist - -Info.plist: Makefile - sed -e 's,[@]kvircversion[@],$(VERSION),g' < Info.plist.in > Info.plist diff --git a/data/resources_mac/kvirc.icns b/data/resources_mac/kvirc.icns deleted file mode 100644 index c02a2ad8..00000000 Binary files a/data/resources_mac/kvirc.icns and /dev/null differ -- cgit v1.2.3