diff options
author | fluxgen <fluxgen> | 2003-01-12 18:50:27 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-01-12 18:50:27 (GMT) |
commit | d9c7b141c1e78d89de3380fd646489832a1c9678 (patch) | |
tree | 8a38a9c7d084315831d3a4e26126ae14ac535168 /src/fluxbox.cc | |
parent | 6cc034afd3c8ead240c8a2101d9e9b54b57ad351 (diff) | |
download | fluxbox-d9c7b141c1e78d89de3380fd646489832a1c9678.zip fluxbox-d9c7b141c1e78d89de3380fd646489832a1c9678.tar.bz2 |
removed Basemenu, Workspacemenu and Clientmenu
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index d0a1b69..887d0fd 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -22,19 +22,16 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.cc,v 1.91 2003/01/12 18:11:12 fluxgen Exp $ | 25 | // $Id: fluxbox.cc,v 1.92 2003/01/12 18:50:27 fluxgen Exp $ |
26 | 26 | ||
27 | 27 | ||
28 | #include "fluxbox.hh" | 28 | #include "fluxbox.hh" |
29 | 29 | ||
30 | #include "i18n.hh" | 30 | #include "i18n.hh" |
31 | #include "Basemenu.hh" | ||
32 | #include "Clientmenu.hh" | ||
33 | #include "Screen.hh" | 31 | #include "Screen.hh" |
34 | #include "Toolbar.hh" | 32 | #include "Toolbar.hh" |
35 | #include "Window.hh" | 33 | #include "Window.hh" |
36 | #include "Workspace.hh" | 34 | #include "Workspace.hh" |
37 | #include "Workspacemenu.hh" | ||
38 | #include "StringUtil.hh" | 35 | #include "StringUtil.hh" |
39 | #include "Resource.hh" | 36 | #include "Resource.hh" |
40 | #include "XrmDatabaseHelper.hh" | 37 | #include "XrmDatabaseHelper.hh" |