Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Global.h')
-rw-r--r--src/core/Global.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/Global.h b/src/core/Global.h
index fe51b9b5d..e9a4db739 100644
--- a/src/core/Global.h
+++ b/src/core/Global.h
@@ -45,13 +45,6 @@
static const auto TRUE_STR = QStringLiteral("true");
static const auto FALSE_STR = QStringLiteral("false");
-enum IconSize
-{
- Default,
- Medium,
- Large
-};
-
enum class AuthDecision
{
Undecided,