summaryrefslogtreecommitdiffstats
path: root/game/client/config/gamepad_button.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/config/gamepad_button.hh')
-rw-r--r--game/client/config/gamepad_button.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/game/client/config/gamepad_button.hh b/game/client/config/gamepad_button.hh
index e1d1224..584c353 100644
--- a/game/client/config/gamepad_button.hh
+++ b/game/client/config/gamepad_button.hh
@@ -1,5 +1,3 @@
-#ifndef CLIENT_GAMEPAD_BUTTON_HH
-#define CLIENT_GAMEPAD_BUTTON_HH 1
#pragma once
#include "core/config/ivalue.hh"
@@ -28,5 +26,3 @@ private:
std::string_view m_name;
};
} // namespace config
-
-#endif // CLIENT_GAMEPAD_BUTTON_HH