diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-20 06:13:13 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-20 06:13:13 +0000 |
commit | a55a51bacfc0c4577d7b8e0e972a7395924ad61c (patch) | |
tree | c3c95eb7573f45093b6dd93906ebe6eed79ef798 /plugins/FingerprintNG/src/resource.h | |
parent | 0fa87a5066e542f1f4aed2a3addcb9a97644e455 (diff) |
removed not used icons and miranda versions overlays that never shown
git-svn-id: http://svn.miranda-ng.org/main/trunk@2383 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/src/resource.h')
-rw-r--r-- | plugins/FingerprintNG/src/resource.h | 33 |
1 files changed, 10 insertions, 23 deletions
diff --git a/plugins/FingerprintNG/src/resource.h b/plugins/FingerprintNG/src/resource.h index ab311b973a..fca147c4eb 100644 --- a/plugins/FingerprintNG/src/resource.h +++ b/plugins/FingerprintNG/src/resource.h @@ -5,10 +5,9 @@ // Used by resource.rc
//##############################################################################################################
//Other
-#define IDI_BLANK 1
-#define IDI_NOTFOUND 2
-#define IDI_UNDETECTED 3
-#define IDI_UNKNOWN 4
+#define IDI_NOTFOUND 1
+#define IDI_UNDETECTED 2
+#define IDI_UNKNOWN 3
//##############################################################################################################
//Skype clients
@@ -28,21 +27,13 @@ #define IDI_MIRANDA_09XX 26
#define IDI_MIRANDA_010X 27
-#define IDI_MIRANDA_4 31
-#define IDI_MIRANDA_5 32
-#define IDI_MIRANDA_6 33
-#define IDI_MIRANDA_7 34
-#define IDI_MIRANDA_8 35
-#define IDI_MIRANDA_9 36
-#define IDI_MIRANDA_10 37
-
-#define IDI_MIRANDA_4s 41
-#define IDI_MIRANDA_5s 42
-#define IDI_MIRANDA_6s 43
-#define IDI_MIRANDA_7s 44
-#define IDI_MIRANDA_8s 45
-#define IDI_MIRANDA_9s 46
-#define IDI_MIRANDA_10s 47
+#define IDI_MIRANDA_4s 31
+#define IDI_MIRANDA_5s 32
+#define IDI_MIRANDA_6s 33
+#define IDI_MIRANDA_7s 34
+#define IDI_MIRANDA_8s 35
+#define IDI_MIRANDA_9s 36
+#define IDI_MIRANDA_10s 37
//##############################################################################################################
//Jabber resource overlays
@@ -559,10 +550,6 @@ #define IDI_NOAA 813
//##############################################################################################################
-//Weather overlay
-#define IDI_CLIENT_WEATHER 817
-
-//##############################################################################################################
//Yahoo
#define IDI_LIBYAHOO2 821
#define IDI_PINGBOX 822
|