diff options
author | markt <markt> | 2007-01-13 19:03:26 (GMT) |
---|---|---|
committer | markt <markt> | 2007-01-13 19:03:26 (GMT) |
commit | fa2519525aa8e08c4c11393a8734c606a7820ee1 (patch) | |
tree | 4a1d375d60ae568a61a07c970f63a6515073562b | |
parent | 09cc0bf6afa51466fd863b1e2f32ad5f5dd84bae (diff) | |
download | fluxbox_pavel-fa2519525aa8e08c4c11393a8734c606a7820ee1.zip fluxbox_pavel-fa2519525aa8e08c4c11393a8734c606a7820ee1.tar.bz2 |
forgot this
-rw-r--r-- | src/Screen.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 58f195a..e4a58e3 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -1751,15 +1751,6 @@ void BScreen::setupConfigmenu(FbTk::Menu &menu) { | |||
1751 | cerr<<e.what()<<endl; | 1751 | cerr<<e.what()<<endl; |
1752 | } | 1752 | } |
1753 | 1753 | ||
1754 | try { | ||
1755 | _BOOLITEM(menu, Configmenu, FocusLast, | ||
1756 | "Focus Last Window on Workspace", "Focus Last Window on Workspace", | ||
1757 | *resourceManager().getResource<bool>(name() + ".focusLastWindow"), | ||
1758 | saverc_cmd); | ||
1759 | } catch (FbTk::ResourceException e) { | ||
1760 | cerr<<e.what()<<endl; | ||
1761 | } | ||
1762 | |||
1763 | _BOOLITEM(menu, Configmenu, WorkspaceWarping, | 1754 | _BOOLITEM(menu, Configmenu, WorkspaceWarping, |
1764 | "Workspace Warping", | 1755 | "Workspace Warping", |
1765 | "Workspace Warping - dragging windows to the edge and onto the next workspace", | 1756 | "Workspace Warping - dragging windows to the edge and onto the next workspace", |