diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-08 15:40:42 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-08 15:40:42 +0000 |
commit | 5e3d3e76ed1d3cae5c651b2cdb4dfed4dde5c498 (patch) | |
tree | 952b239631545f8ccf086552aa327929611e3b31 /plugins/Scriver/src/chat/options.cpp | |
parent | 9adcaf894fe2d64208799fab35765283d1f9f197 (diff) |
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3923 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/chat/options.cpp')
-rw-r--r-- | plugins/Scriver/src/chat/options.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Scriver/src/chat/options.cpp b/plugins/Scriver/src/chat/options.cpp index 84437d2979..a22618c363 100644 --- a/plugins/Scriver/src/chat/options.cpp +++ b/plugins/Scriver/src/chat/options.cpp @@ -20,14 +20,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "../commonheaders.h"
-#include "chat.h"
#define UM_CHECKSTATECHANGE (WM_USER+100)
-extern HBRUSH hListBkgBrush;
-extern HBRUSH hListSelectedBkgBrush;
-extern FONTINFO aFonts[OPTIONS_FONTCOUNT];
-
static HWND hPathTip = 0;
struct branch_t
|