diff options
Diffstat (limited to 'src')
-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", |