From 9d2cb4518c3a8a72ccc714ddbc131aaa84506092 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 10 Nov 2010 00:10:22 +0100 Subject: Decouple settings handling from old-style plugins The breakage was discovered when i removed Logger class. it turned out the fix is somewhat involved. This change implements it as discussed with the rest of the team. Signed-off-by: Denys Vlasenko --- lib/plugins/FileTransfer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/plugins/FileTransfer.h') diff --git a/lib/plugins/FileTransfer.h b/lib/plugins/FileTransfer.h index 5e9f4938..17bebf3d 100644 --- a/lib/plugins/FileTransfer.h +++ b/lib/plugins/FileTransfer.h @@ -40,8 +40,6 @@ class CFileTransfer : public CAction public: CFileTransfer(); virtual void SetSettings(const map_plugin_settings_t& pSettings); -//ok to delete? -// virtual const map_plugin_settings_t& GetSettings(); virtual void Run(const char *pActionDir, const char *pArgs, int force); }; -- cgit