diff options
Diffstat (limited to 'plugins/SecureIM/src/commonheaders.h')
-rw-r--r-- | plugins/SecureIM/src/commonheaders.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/SecureIM/src/commonheaders.h b/plugins/SecureIM/src/commonheaders.h index 2f710f4acd..4a4078f231 100644 --- a/plugins/SecureIM/src/commonheaders.h +++ b/plugins/SecureIM/src/commonheaders.h @@ -42,11 +42,9 @@ #include "version.h"
#include "resource.h"
#include "../SecureIM_icons/src/resource.h"
-#include "language.h"
#include "mmi.h"
#include "crypt.h"
#include "gettime.h"
-#include "language.h"
#include "options.h"
#include "popupoptions.h"
#include "loadicons.h"
@@ -107,8 +105,6 @@ void SetFlags(); int msgbox(HWND hWnd, LPCSTR lpText, LPCSTR lpCaption, UINT uType);
void CopyToClipboard(HWND hwnd,LPSTR msg);
-#define msgbox0(a,b,c,d) msgbox(a,b,c,d)
-#define msgbox1(a,b,c,d) msgbox(a,b,c,d)
#endif
|