diff options
Diffstat (limited to 'plugins/SendScreenshotPlus/src/CSendDropbox.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/CSendDropbox.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SendScreenshotPlus/src/CSendDropbox.h b/plugins/SendScreenshotPlus/src/CSendDropbox.h index 33a6985d59..57615f3fac 100644 --- a/plugins/SendScreenshotPlus/src/CSendDropbox.h +++ b/plugins/SendScreenshotPlus/src/CSendDropbox.h @@ -38,8 +38,6 @@ class CSendDropbox : public CSend { int Send(); protected: - char* m_pszFileName; - char* m_URL; void SendThread(); static void SendThreadWrapper(void *Obj); }; |