aboutsummaryrefslogtreecommitdiff
path: root/game/menus/ButtonSetMainMenuSubScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/menus/ButtonSetMainMenuSubScript.h')
-rw-r--r--game/menus/ButtonSetMainMenuSubScript.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/game/menus/ButtonSetMainMenuSubScript.h b/game/menus/ButtonSetMainMenuSubScript.h
index 8891538..0feefdd 100644
--- a/game/menus/ButtonSetMainMenuSubScript.h
+++ b/game/menus/ButtonSetMainMenuSubScript.h
@@ -8,10 +8,6 @@ class ButtonSetMainMenuSubScript : public IButtonScript {
public:
void init() override;
bool on_button_press(const crepe::ButtonPressEvent & e);
-
-private:
- float velocity = 20;
-
protected:
bool transition = false;
};