diff options
author | fluxgen <fluxgen> | 2003-07-10 11:33:31 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-07-10 11:33:31 (GMT) |
commit | 34e479a1d4b8fbaf14c23094742541df5a393ce0 (patch) | |
tree | a2e12ab4ce15cf78c48c157256640fe1f69dd1ce /src/Window.hh | |
parent | 6e416d3e406fa6376d3fcde1eb0fd7d3f7d156ae (diff) | |
download | fluxbox_pavel-34e479a1d4b8fbaf14c23094742541df5a393ce0.zip fluxbox_pavel-34e479a1d4b8fbaf14c23094742541df5a393ce0.tar.bz2 |
dont need to call constructor with menutheme
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index a7ef327..7ed7257 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.hh,v 1.82 2003/06/25 13:37:06 fluxgen Exp $ | 25 | // $Id: Window.hh,v 1.83 2003/07/10 11:32:57 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -148,7 +148,6 @@ public: | |||
148 | /// create a window from a client | 148 | /// create a window from a client |
149 | FluxboxWindow(WinClient &client, BScreen &scr, | 149 | FluxboxWindow(WinClient &client, BScreen &scr, |
150 | FbWinFrameTheme &tm, | 150 | FbWinFrameTheme &tm, |
151 | FbTk::MenuTheme &menutheme, | ||
152 | FbTk::XLayer &layer); | 151 | FbTk::XLayer &layer); |
153 | 152 | ||
154 | virtual ~FluxboxWindow(); | 153 | virtual ~FluxboxWindow(); |