diff options
Diffstat (limited to 'plugins/Nudge')
-rw-r--r-- | plugins/Nudge/res/NudgeMSN.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | plugins/Nudge/res/resource.rc | 1 | ||||
-rw-r--r-- | plugins/Nudge/src/resource.h | 1 |
3 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Nudge/res/NudgeMSN.ico b/plugins/Nudge/res/NudgeMSN.ico Binary files differdeleted file mode 100644 index 3ebbdcf87f..0000000000 --- a/plugins/Nudge/res/NudgeMSN.ico +++ /dev/null diff --git a/plugins/Nudge/res/resource.rc b/plugins/Nudge/res/resource.rc index 071d5b48f3..1d76fa5601 100644 --- a/plugins/Nudge/res/resource.rc +++ b/plugins/Nudge/res/resource.rc @@ -181,7 +181,6 @@ END IDI_NUDGE ICON "Nudge.ico"
IDI_NUGDE_YAHOO ICON "NudgeYahoo.ico"
IDI_NUDGE_IRC ICON "NudgeIRC.ico"
-IDI_NUDGE_MSN ICON "NudgeMSN.ico"
IDI_NUDGE_META ICON "NudgeMeta.ico"
#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/Nudge/src/resource.h b/plugins/Nudge/src/resource.h index 34b0d091fd..fbca447b46 100644 --- a/plugins/Nudge/src/resource.h +++ b/plugins/Nudge/src/resource.h @@ -6,7 +6,6 @@ #define IDI_NUDGE 102
#define IDI_NUGDE_YAHOO 107
#define IDI_NUDGE_IRC 109
-#define IDI_NUDGE_MSN 110
#define IDI_NUDGE_META 113
#define IDD_SHAKEOPT 126
#define IDD_OPT_NUDGE 126
|