diff options
author | George Hazan <ghazan@miranda.im> | 2021-03-30 19:06:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-03-30 19:06:29 +0300 |
commit | 79d5c3eba7dc3852b129cb74a1a5fe5acac48011 (patch) | |
tree | 0cfb00a9bcd3ac8ae9e1db4eba0b6d9f135b7a69 /protocols/IRCG/src/resource.h | |
parent | 3ae881576fd6ad4c2e4d37ea4118453d9f8ad20a (diff) |
fixes #2820 (useless "Network" field in Options - IRC - Ignore)
Diffstat (limited to 'protocols/IRCG/src/resource.h')
-rw-r--r-- | protocols/IRCG/src/resource.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/IRCG/src/resource.h b/protocols/IRCG/src/resource.h index 913211493f..a57abd37e5 100644 --- a/protocols/IRCG/src/resource.h +++ b/protocols/IRCG/src/resource.h @@ -143,7 +143,6 @@ #define IDC_I 1208
#define IDC_C 1209
#define IDC_D 1210
-#define IDC_NETWORK 1211
#define IDC_IGNORECHANNEL 1212
#define IDC_ENABLEIGNORE 1213
#define IDC_IGNOREFILE 1214
|