summaryrefslogtreecommitdiff
path: root/src/command_manager.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-03-15 18:25:59 +0000
committerMaxime Coste <mawww@kakoune.org>2017-03-15 18:25:59 +0000
commit7d9f1df73a982c93a654ad67b70e34b3a9902aad (patch)
tree3c238ad320f2ac21f3a034b5713536c9bc6f677f /src/command_manager.hh
parent458dd2e9fa96e5e75dde68b135aa43eae470c491 (diff)
Small code tweaks regarding flags handling
Diffstat (limited to 'src/command_manager.hh')
-rw-r--r--src/command_manager.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/command_manager.hh b/src/command_manager.hh
index 36cfe423..be2dd7d6 100644
--- a/src/command_manager.hh
+++ b/src/command_manager.hh
@@ -3,7 +3,6 @@
#include "coord.hh"
#include "completion.hh"
-#include "flags.hh"
#include "array_view.hh"
#include "shell_manager.hh"
#include "parameters_parser.hh"
@@ -36,7 +35,6 @@ enum class CommandFlags
None = 0,
Hidden = 1,
};
-
constexpr bool with_bit_ops(Meta::Type<CommandFlags>) { return true; }
struct CommandInfo { String name, info; };