diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-16 21:27:05 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-16 21:27:05 +0300 |
commit | e170d02c243cd6047e82ba0ecb939da3245a6a3f (patch) | |
tree | 50d12110b7b9ce4d5772d258b284e75b293de698 /plugins/Scriver/src/stdafx.h | |
parent | b996b817ffa3e54694eccfd061bef177e25ec0f0 (diff) |
Scriver:
- fix for a problem with the initial container resize;
- useless class InfobarWindowData removed
- useless header file infobar.h removed;
- version bump
Diffstat (limited to 'plugins/Scriver/src/stdafx.h')
-rw-r--r-- | plugins/Scriver/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Scriver/src/stdafx.h b/plugins/Scriver/src/stdafx.h index ff98862e51..15dde61b6f 100644 --- a/plugins/Scriver/src/stdafx.h +++ b/plugins/Scriver/src/stdafx.h @@ -111,7 +111,6 @@ int OptInitialise(WPARAM wParam, LPARAM lParam); int FontServiceFontsChanged(WPARAM wParam, LPARAM lParam);
int StatusIconPressed(WPARAM wParam, LPARAM lParam);
-#include "infobar.h"
#include "cmdlist.h"
#include "sendqueue.h"
#include "msgs.h"
|