diff options
author | George Hazan <george.hazan@gmail.com> | 2015-03-29 17:00:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-03-29 17:00:45 +0000 |
commit | 40ae63ba6f97c427841e5aec76076b8f75f6e187 (patch) | |
tree | 6c44b47fe03b708badf7d161e738045520362746 /plugins/Import/src/main.cpp | |
parent | c9ed24bc7228fa836018be139dadfbec57c8d168 (diff) |
- import mode setting dropped;
- everything in Import rewritten using flags (previous custom flags);
- correct import of metacontacts;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@12545 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import/src/main.cpp')
-rw-r--r-- | plugins/Import/src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Import/src/main.cpp b/plugins/Import/src/main.cpp index a1c4824b14..04f1bc2ff2 100644 --- a/plugins/Import/src/main.cpp +++ b/plugins/Import/src/main.cpp @@ -22,8 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "import.h"
-int nImportOption;
-int nCustomOptions;
+int nImportOptions;
static HANDLE hImportService = NULL;
|