aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-02-18 17:47:38 (GMT)
committermarkt <markt>2007-02-18 17:47:38 (GMT)
commitca710b371b500d29c6849e568c43f746a787bc5f (patch)
tree29b62e214b546c3e16f8991d1495deef23e3e9b1 /src/Screen.cc
parent9212e1d7c81934720d764c03f2d27e41d31edb56 (diff)
downloadfluxbox_pavel-ca710b371b500d29c6849e568c43f746a787bc5f.zip
fluxbox_pavel-ca710b371b500d29c6849e568c43f746a787bc5f.tar.bz2
little cleanup
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 2a4ea9b..b676a8b 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -1764,9 +1764,6 @@ void BScreen::setupConfigmenu(FbTk::Menu &menu) {
1764 "Workspace Warping", 1764 "Workspace Warping",
1765 "Workspace Warping - dragging windows to the edge and onto the next workspace", 1765 "Workspace Warping - dragging windows to the edge and onto the next workspace",
1766 *resource.workspace_warping, saverc_cmd); 1766 *resource.workspace_warping, saverc_cmd);
1767 _BOOLITEM(menu, Configmenu, DesktopWheeling,
1768 "Desktop MouseWheel Switching", "Workspace switching using mouse wheel",
1769 *resource.desktop_wheeling, saverc_cmd);
1770 _BOOLITEM(menu, Configmenu, DecorateTransient, 1767 _BOOLITEM(menu, Configmenu, DecorateTransient,
1771 "Decorate Transient Windows", "Decorate Transient Windows", 1768 "Decorate Transient Windows", "Decorate Transient Windows",
1772 *resource.decorate_transient, saverc_cmd); 1769 *resource.decorate_transient, saverc_cmd);