From 351a06655bdd7d440780b5bc5b255081c888044b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 29 Jun 2002 23:50:04 +0000 Subject: Configureable button mappings! --- src/Workspace.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/Workspace.cc') diff --git a/src/Workspace.cc b/src/Workspace.cc index 60efba1e..2aaf80ee 100644 --- a/src/Workspace.cc +++ b/src/Workspace.cc @@ -320,12 +320,6 @@ void Workspace::reconfigure(void) { } -void Workspace::updateFocusModel(void) { - std::for_each(windowList.begin(), windowList.end(), - std::mem_fun(&BlackboxWindow::updateFocusModel)); -} - - BlackboxWindow *Workspace::getWindow(unsigned int index) { if (index < windowList.size()) { BlackboxWindowList::iterator it = windowList.begin(); -- cgit v1.2.3