diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2008-08-14 05:53:38 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2008-08-14 05:53:38 (GMT) |
commit | 31b47e78147ca20803b123f392bfd2002b70e052 (patch) | |
tree | f7beb9baa9daf86d66358fd834cafae14de7c782 /src/Window.hh | |
parent | e169d33552c8e7070aa6e13da0187f2013b4cfc3 (diff) | |
download | fluxbox_pavel-31b47e78147ca20803b123f392bfd2002b70e052.zip fluxbox_pavel-31b47e78147ca20803b123f392bfd2002b70e052.tar.bz2 |
cleanup of some files
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index e7d2270..8085622 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -528,7 +528,6 @@ private: | |||
528 | 528 | ||
529 | bool getState(); | 529 | bool getState(); |
530 | void updateMWMHintsFromClient(WinClient &client); | 530 | void updateMWMHintsFromClient(WinClient &client); |
531 | void updateRememberStateFromClient(WinClient &client); | ||
532 | void saveBlackboxAttribs(); | 531 | void saveBlackboxAttribs(); |
533 | void associateClientWindow(bool use_attrs = false, int x = 0, int y = 0, unsigned int width = 1, unsigned int height = 1, int gravity = ForgetGravity, unsigned int client_bw = 0); | 532 | void associateClientWindow(bool use_attrs = false, int x = 0, int y = 0, unsigned int width = 1, unsigned int height = 1, int gravity = ForgetGravity, unsigned int client_bw = 0); |
534 | 533 | ||