diff options
Diffstat (limited to 'plugins/TipperYM/src/options.cpp')
-rw-r--r-- | plugins/TipperYM/src/options.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/TipperYM/src/options.cpp b/plugins/TipperYM/src/options.cpp index 0dfb831bc9..ed38a434ca 100644 --- a/plugins/TipperYM/src/options.cpp +++ b/plugins/TipperYM/src/options.cpp @@ -19,20 +19,10 @@ Boston, MA 02111-1307, USA. */
#include "common.h"
-#include "options.h"
-#include "popwin.h"
-#include "str_utils.h"
-#include "message_pump.h"
-#include "preset_items.h"
-#include "skin_parser.h"
OPTIONS opt;
ICONSTATE exIcons[EXICONS_COUNT];
-extern TOOLTIPSKIN skin;
-extern int ReloadFont(WPARAM wParam, LPARAM lParam);
-
-
extern int IsTrayProto(const TCHAR *swzProto, BOOL bExtendedTip)
{
if (swzProto == NULL)
|