diff options
author | fluxgen <fluxgen> | 2003-01-12 18:52:35 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-01-12 18:52:35 (GMT) |
commit | c6b4257381e4623d823031607235c804134e7788 (patch) | |
tree | cc07f83b6c5c20b7a5bca07d36e52910d0a3ba17 | |
parent | 1f6ab73150f07c88f8dafd27a4b0e2014569297c (diff) | |
download | fluxbox-c6b4257381e4623d823031607235c804134e7788.zip fluxbox-c6b4257381e4623d823031607235c804134e7788.tar.bz2 |
removed Basemenu
-rw-r--r-- | src/Toolbar.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh index bf93d44..9accc20 100644 --- a/src/Toolbar.hh +++ b/src/Toolbar.hh | |||
@@ -22,12 +22,11 @@ | |||
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: Toolbar.hh,v 1.20 2003/01/12 18:03:24 fluxgen Exp $ | 25 | // $Id: Toolbar.hh,v 1.21 2003/01/12 18:52:35 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef TOOLBAR_HH | 27 | #ifndef TOOLBAR_HH |
28 | #define TOOLBAR_HH | 28 | #define TOOLBAR_HH |
29 | 29 | ||
30 | #include "Basemenu.hh" | ||
31 | #include "Timer.hh" | 30 | #include "Timer.hh" |
32 | #include "IconBar.hh" | 31 | #include "IconBar.hh" |
33 | #include "ToolbarTheme.hh" | 32 | #include "ToolbarTheme.hh" |