diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-07 15:16:50 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-07 15:16:50 +0100 |
commit | f7d719f8fdda73c9ef4ea1aa020e1767585c78a8 (patch) | |
tree | c076ef74f0f6732180a9d5bb729580d730154674 /src/gui | |
parent | 186cc877acdc9a9f8731ad74697463503aacdd9b (diff) | |
download | weechat-f7d719f8fdda73c9ef4ea1aa020e1767585c78a8.zip |
Remove unneeded variable name "position" in gui-bar-window.h
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui-bar-window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui-bar-window.h b/src/gui/gui-bar-window.h index b28f72990..8d38229e6 100644 --- a/src/gui/gui-bar-window.h +++ b/src/gui/gui-bar-window.h @@ -21,7 +21,7 @@ #define __WEECHAT_GUI_BAR_WINDOW_H 1 struct t_gui_window; -enum t_gui_bar_position position; +enum t_gui_bar_position; struct t_gui_bar_window { |