Browse Source

LOG_LIST is not used

Source commit: c9e0b4e8e19c2313e59705b28968cd2a71bcd970
Martin Prikryl 10 years ago
parent
commit
2fb9797b4b
2 changed files with 0 additions and 2 deletions
  1. 0 1
      source/filezilla/FileZillaApi.h
  2. 0 1
      source/filezilla/FileZillaIntf.h

+ 0 - 1
source/filezilla/FileZillaApi.h

@@ -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

+ 0 - 1
source/filezilla/FileZillaIntf.h

@@ -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,