diff options
author | fluxgen <fluxgen> | 2003-01-09 20:44:09 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-01-09 20:44:09 (GMT) |
commit | 7a74a56fe48b319fecf56cede8e16f9c03dfaa96 (patch) | |
tree | 9a2fb3e167ff0959922f22913b9d237c3691462b /src/Window.cc | |
parent | 4b765849b7725b2960624ffe87e05ed094415784 (diff) | |
download | fluxbox-7a74a56fe48b319fecf56cede8e16f9c03dfaa96.zip fluxbox-7a74a56fe48b319fecf56cede8e16f9c03dfaa96.tar.bz2 |
removed iconmenu
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc index d33c460..2088d52 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -22,13 +22,12 @@ | |||
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: Window.cc,v 1.109 2003/01/07 01:34:49 fluxgen Exp $ | 25 | // $Id: Window.cc,v 1.110 2003/01/09 20:44:09 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | 28 | ||
29 | #include "i18n.hh" | 29 | #include "i18n.hh" |
30 | #include "fluxbox.hh" | 30 | #include "fluxbox.hh" |
31 | #include "Iconmenu.hh" | ||
32 | #include "Screen.hh" | 31 | #include "Screen.hh" |
33 | #include "StringUtil.hh" | 32 | #include "StringUtil.hh" |
34 | #include "Netizen.hh" | 33 | #include "Netizen.hh" |