Source commit: c9e0b4e8e19c2313e59705b28968cd2a71bcd970
@@ -202,7 +202,6 @@ public:
#define FZ_LOG_ERROR 1
#define FZ_LOG_COMMAND 2
#define FZ_LOG_REPLY 3
-#define FZ_LOG_LIST 4
// By calling CFileZillaApi::SetDebugLevel, the aplication can enable logging of the following messages:
#define FZ_LOG_APIERROR 5
#define FZ_LOG_WARNING 6
@@ -101,7 +101,6 @@ public:
LOG_ERROR = 1,
LOG_COMMAND = 2,
LOG_REPLY = 3,
- LOG_LIST = 4,
LOG_APIERROR = 5,
LOG_WARNING = 6,
LOG_PROGRESS = 7,