1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

Remove unneeded variable name "position" in gui-bar-window.h

This commit is contained in:
Sebastien Helleu
2010-12-07 15:16:50 +01:00
parent 186cc877ac
commit f7d719f8fd
+1 -1
View File
@@ -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
{