summaryrefslogtreecommitdiff
path: root/src/gui/gui-window.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-05-20 17:29:44 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-05-20 17:29:44 +0200
commitede921cc4d74df47b08405c468be2ec7b6f34069 (patch)
tree807e3edebea79bc8ca087d2e829a23c1de45263e /src/gui/gui-window.h
parent0a225e5cce5440642618eebea0761c3ebaee3b18 (diff)
downloadweechat-ede921cc4d74df47b08405c468be2ec7b6f34069.zip
Remove old dcc code, unused now
Diffstat (limited to 'src/gui/gui-window.h')
-rw-r--r--src/gui/gui-window.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/gui-window.h b/src/gui/gui-window.h
index 9215f748b..f5d0564e5 100644
--- a/src/gui/gui-window.h
+++ b/src/gui/gui-window.h
@@ -83,11 +83,6 @@ struct t_gui_window
/* GUI specific objects */
void *gui_objects; /* pointer to a GUI specific struct */
- /* DCC */
- void *dcc_first; /* first dcc displayed */
- void *dcc_selected; /* selected dcc */
- void *dcc_last_displayed; /* last dcc displayed (for scroll) */
-
struct t_gui_buffer *buffer; /* buffer currently displayed */
int first_line_displayed; /* = 1 if first line is displayed */