summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Msg_Export/src/utils.h')
-rw-r--r--plugins/Msg_Export/src/utils.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/Msg_Export/src/utils.h b/plugins/Msg_Export/src/utils.h
index 8e50aeff9a..b5b650e2f3 100644
--- a/plugins/Msg_Export/src/utils.h
+++ b/plugins/Msg_Export/src/utils.h
@@ -36,12 +36,9 @@ extern wstring g_sDefaultFile;
extern wstring g_sTimeFormat;
extern map<wstring, string::size_type, less<wstring> > clFileTo1ColWidth;
-extern bool g_bAppendNewLine;
extern bool g_bUseJson;
-extern bool g_bUseUtf8InNewFiles;
-extern bool g_bUseLessAndGreaterInExport;
-extern bool g_bReplaceHistory;
+extern DATABASELINK *g_pDriver;
void LogLastError(const wchar_t *pszError);
void DisplayErrorDialog(const wchar_t *pszError, wstring &sFilePath, DBEVENTINFO *dbei);