aboutsummaryrefslogtreecommitdiff
path: root/src/Workspace.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-01-12 18:51:46 (GMT)
committerfluxgen <fluxgen>2003-01-12 18:51:46 (GMT)
commit1f6ab73150f07c88f8dafd27a4b0e2014569297c (patch)
treeb33e4cb75c47537a2c3824ac05391f0b925d8590 /src/Workspace.cc
parentd9c7b141c1e78d89de3380fd646489832a1c9678 (diff)
downloadfluxbox-1f6ab73150f07c88f8dafd27a4b0e2014569297c.zip
fluxbox-1f6ab73150f07c88f8dafd27a4b0e2014569297c.tar.bz2
removed Windowmenu
Diffstat (limited to 'src/Workspace.cc')
-rw-r--r--src/Workspace.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Workspace.cc b/src/Workspace.cc
index 8c125e4..c089043 100644
--- a/src/Workspace.cc
+++ b/src/Workspace.cc
@@ -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: Workspace.cc,v 1.41 2003/01/12 18:08:05 fluxgen Exp $ 25// $Id: Workspace.cc,v 1.42 2003/01/12 18:51:46 fluxgen Exp $
26 26
27#include "Workspace.hh" 27#include "Workspace.hh"
28 28
@@ -30,7 +30,6 @@
30#include "fluxbox.hh" 30#include "fluxbox.hh"
31#include "Screen.hh" 31#include "Screen.hh"
32#include "Window.hh" 32#include "Window.hh"
33#include "Windowmenu.hh"
34#include "StringUtil.hh" 33#include "StringUtil.hh"
35#include "Slit.hh" 34#include "Slit.hh"
36 35