diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-12 19:20:26 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-12 19:20:26 +0200 |
commit | c83eef6e82ab85fba79b2043282c6b185cbef9db (patch) | |
tree | c0d02282f6de0706bbc2fa6eaaef0b32db1a7da0 /src/gui/gtk/Makefile.am | |
parent | f6073c80765cda45af6b4518fd3b3d4c3506b1d3 (diff) | |
download | weechat-c83eef6e82ab85fba79b2043282c6b185cbef9db.zip |
Remove old title/nicklist/status/input, use of new bars
Diffstat (limited to 'src/gui/gtk/Makefile.am')
-rw-r--r-- | src/gui/gtk/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/gtk/Makefile.am b/src/gui/gtk/Makefile.am index 80faac7e4..a6c1d9f9b 100644 --- a/src/gui/gtk/Makefile.am +++ b/src/gui/gtk/Makefile.am @@ -31,10 +31,7 @@ weechat_gtk_LDADD = ./../../core/lib_weechat_core.a \ weechat_gtk_SOURCES = gui-gtk-bar.c \ gui-gtk-chat.c \ gui-gtk-color.c \ - gui-gtk-input.c \ gui-gtk-keyboard.c \ gui-gtk-main.c \ - gui-gtk-nicklist.c \ - gui-gtk-status.c \ gui-gtk-window.c \ gui-gtk.h |