summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main.h b/src/main.h
index e4323f7f..f999f600 100644
--- a/src/main.h
+++ b/src/main.h
@@ -124,17 +124,6 @@ enum State {
STATE_FORCE_QUIT
};
-/* length definitions for several char[]s in order
- * to be able to use strncpy instead of strcpy for
- * security and stability reasons
- */
-enum {
- LEN_MAX_USERNAME = 25,
- LEN_MIN_USERNAME = 4,
- LEN_MAX_PASSWORD = 25,
- LEN_MIN_PASSWORD = 4
-};
-
extern State state;
extern std::string errorMessage;