summaryrefslogtreecommitdiffstats
path: root/enums.h
diff options
context:
space:
mode:
Diffstat (limited to 'enums.h')
-rw-r--r--enums.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/enums.h b/enums.h
index bf5c8266..ce146337 100644
--- a/enums.h
+++ b/enums.h
@@ -14,19 +14,6 @@ public:
CLIPBOARD_ALWAYS = 1,
CLIPBOARD_ON_DEMAND = 2
};
- /**
- * @brief Enums::characterSet enum
- * 0 All character
- * 1 Alphabetical
- * 2 Alphanumeric
- * 3 Custon (from config)
- */
- enum characterSet {
- ALLCHARS = 0,
- ALPHABETICAL = 1,
- ALPHANUMERIC = 2,
- CUSTOM = 3
- };
};
#endif // ENUMS_H