actions: remove Actions::DesignChanged flag

This commit is contained in:
Andrzej Rybczak
2012-09-12 02:56:12 +02:00
parent 983c79ff61
commit 0179b5304c
3 changed files with 11 additions and 20 deletions

View File

@@ -74,7 +74,7 @@ struct Action
static void ValidateScreenSize();
static void SetResizeFlags();
static void ResizeScreen();
static void ResizeScreen(bool reload_main_window);
static void SetWindowsDimensions();
static bool ConnectToMPD();
@@ -85,7 +85,6 @@ struct Action
static Action *Get(const std::string &name);
static bool OriginalStatusbarVisibility;
static bool DesignChanged;
static bool ExitMainLoop;
static size_t HeaderHeight;