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

core: remove obsolete enum t_config_look_nicklist

This commit is contained in:
Sebastien Helleu
2013-08-15 17:59:17 +02:00
parent db05104f64
commit 170acfe6f2
-8
View File
@@ -28,14 +28,6 @@ struct t_gui_buffer;
#define WEECHAT_CONFIG_NAME "weechat"
enum t_config_look_nicklist
{
CONFIG_LOOK_NICKLIST_LEFT = 0,
CONFIG_LOOK_NICKLIST_RIGHT,
CONFIG_LOOK_NICKLIST_TOP,
CONFIG_LOOK_NICKLIST_BOTTOM,
};
enum t_config_look_align_end_of_lines
{
CONFIG_LOOK_ALIGN_END_OF_LINES_TIME = 0,