diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-10 13:12:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-10 13:12:03 +0000 |
commit | f57abcc041abea72297fa3571cc07e46cf9802cd (patch) | |
tree | b10be66a1891e14b7546799f80995bcb3ee144ae /plugins/Utils/mir_options.h | |
parent | f7ebad081fecfe49cbe70948c87d937074461825 (diff) |
unused code -> ftopku
git-svn-id: http://svn.miranda-ng.org/main/trunk@4909 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Utils/mir_options.h')
-rw-r--r-- | plugins/Utils/mir_options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Utils/mir_options.h b/plugins/Utils/mir_options.h index 8bfcd4dd0d..5a41c3c0dc 100644 --- a/plugins/Utils/mir_options.h +++ b/plugins/Utils/mir_options.h @@ -35,7 +35,6 @@ Boston, MA 02111-1307, USA. #define CONTROL_COMBO_ITEMDATA 8 // Stored as TCHARs, max len 1024
#define CONTROL_FILE 9 // Stored as TCHARs, max len 1024
#define CONTROL_INT 10 // Stored as DWORD
-#define CONTROL_PASSWORD 11 // Stored as chars, max len 1024
typedef BOOL (* FPAllowProtocol) (const char *proto);
|