X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FWorkspace.cc;h=2aaf80eeb35f9a54b0b0260a47e97abe1909557a;hb=ffa4c7f3414944869016497a4f560c24b9d8b3e9;hp=60efba1e3845badb92d84e937b1b09f8346ce3ac;hpb=b0d81f77aa57a33f6c9e6428ffe89f7cc02258ed;p=chaz%2Fopenbox 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();