From f7d719f8fdda73c9ef4ea1aa020e1767585c78a8 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 7 Dec 2010 15:16:50 +0100 Subject: [PATCH] Remove unneeded variable name "position" in gui-bar-window.h --- src/gui/gui-bar-window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {