summaryrefslogtreecommitdiffstats
path: root/game/client/config/keybind.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/config/keybind.hh')
-rw-r--r--game/client/config/keybind.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/game/client/config/keybind.hh b/game/client/config/keybind.hh
index 0005fe4..dff6c18 100644
--- a/game/client/config/keybind.hh
+++ b/game/client/config/keybind.hh
@@ -1,5 +1,3 @@
-#ifndef CLIENT_KEYBIND_HH
-#define CLIENT_KEYBIND_HH 1
#pragma once
#include "core/config/ivalue.hh"
@@ -25,5 +23,3 @@ private:
int m_glfw_keycode;
};
} // namespace config
-
-#endif // CLIENT_KEYBIND_HH