summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src/dropbox_dialogs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dropbox/src/dropbox_dialogs.cpp')
-rw-r--r--plugins/Dropbox/src/dropbox_dialogs.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/Dropbox/src/dropbox_dialogs.cpp b/plugins/Dropbox/src/dropbox_dialogs.cpp
deleted file mode 100644
index a83b5e9f4c..0000000000
--- a/plugins/Dropbox/src/dropbox_dialogs.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#include "stdafx.h"
-
-CDropboxDlgBase::CDropboxDlgBase(CDropbox *instance, int idDialog)
- : CDlgBase(g_hInstance, idDialog), m_instance(instance)
-{
-}
-
-void CDropboxDlgBase::CreateLink(CCtrlData& ctrl, const char *szSetting, BYTE type, DWORD iValue)
-{
- ctrl.CreateDbLink(MODULE, szSetting, type, iValue);
-}
-
-void CDropboxDlgBase::CreateLink(CCtrlData& ctrl, const char *szSetting, TCHAR *szValue)
-{
- ctrl.CreateDbLink(MODULE, szSetting, szValue);
-} \ No newline at end of file