summaryrefslogtreecommitdiffstats
path: root/editor/engine_update_label.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2024-04-22 21:36:22 +0200
committerkobewi <kobewi4e@gmail.com>2024-04-22 21:36:22 +0200
commitb8ee1366bc170115e061d036d20376e6848f6905 (patch)
tree2a1a812c60cd239403327c4e94024d726b17a1d9 /editor/engine_update_label.h
parent7529c0bec597d70bc61975a82063bb5112ac8879 (diff)
downloadredot-engine-b8ee1366bc170115e061d036d20376e6848f6905.tar.gz
Hide update status label when no action is required
Diffstat (limited to 'editor/engine_update_label.h')
-rw-r--r--editor/engine_update_label.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/engine_update_label.h b/editor/engine_update_label.h
index d00fe53e1e..3b852b8e53 100644
--- a/editor/engine_update_label.h
+++ b/editor/engine_update_label.h
@@ -76,7 +76,6 @@ private:
} theme_cache;
HTTPRequest *http = nullptr;
- bool compact_mode = false;
UpdateStatus status = UpdateStatus::NONE;
bool checked_update = false;
@@ -99,8 +98,6 @@ protected:
virtual void pressed() override;
public:
- void enable_compact_mode();
-
EngineUpdateLabel();
};