diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-11-03 14:36:41 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-11-03 14:36:41 +0000 |
commit | 8e334c51bafae73d9cf3de9a0412c7a440913eb4 (patch) | |
tree | b80ece27abeb65aa012aadcce37bdd4c29fe4d92 /plugins/MirandaG15/src/Miranda.h | |
parent | c1cb2e8f9b15913b0dd55af2995852da7593cb44 (diff) |
MirandaG15 now works correctly (thanks to Intri for patch) and cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@6753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirandaG15/src/Miranda.h')
-rw-r--r-- | plugins/MirandaG15/src/Miranda.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/MirandaG15/src/Miranda.h b/plugins/MirandaG15/src/Miranda.h index 851da133cb..5b35db47cd 100644 --- a/plugins/MirandaG15/src/Miranda.h +++ b/plugins/MirandaG15/src/Miranda.h @@ -1,4 +1,3 @@ extern HINSTANCE hInstance;
extern char *MsgServiceName(HANDLE hContact,bool bIsUnicode);
-extern bool g_bUnicode;
|