diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-20 14:47:13 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-20 14:47:13 +0000 |
commit | 5289388e941bbdeca3d380c2f1044228e3397bc0 (patch) | |
tree | 47c9611377af3f3f41ecd65eaa1df5ff6bc9b97b /src/modules/metacontacts/meta_main.cpp | |
parent | 80578cde52fbd2e201ddc6717d689c6d71bf19a0 (diff) |
db_mc_enable, db_mc_isEnabled - new functions to detect whether MC are used
git-svn-id: http://svn.miranda-ng.org/main/trunk@8666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/meta_main.cpp')
-rw-r--r-- | src/modules/metacontacts/meta_main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/metacontacts/meta_main.cpp b/src/modules/metacontacts/meta_main.cpp index c031e6ce77..dec65ef7d0 100644 --- a/src/modules/metacontacts/meta_main.cpp +++ b/src/modules/metacontacts/meta_main.cpp @@ -24,8 +24,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "metacontacts.h"
-BOOL os_unicode_enabled = FALSE;
-
/////////////////////////////////////////////////////////////////////////////////////////
// icolib support
|