From 602115fe9ce666b8b43e50700e6b652c3da0af88 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Fri, 12 Dec 2003 14:59:16 +0000 Subject: removed next prev client from menu --- src/Window.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Window.cc b/src/Window.cc index 3a0589c..ca69ff3 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.251 2003/12/10 23:32:41 fluxgen Exp $ +// $Id: Window.cc,v 1.252 2003/12/12 14:59:16 fluxgen Exp $ #include "Window.hh" @@ -3426,10 +3426,6 @@ void FluxboxWindow::setupWindow() { menu.insert("Iconify", iconify_cmd); menu.insert("Raise", raise_cmd); menu.insert("Lower", lower_cmd); - CommandRef next_client_cmd(new WindowCmd(*this, &FluxboxWindow::nextClient)); - CommandRef prev_client_cmd(new WindowCmd(*this, &FluxboxWindow::prevClient)); - menu.insert("Next Client", next_client_cmd); - menu.insert("Prev Client", prev_client_cmd); menu.insert("Send To...", new SendToMenu(*this)); -- cgit v0.11.2