summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-08-15 17:59:17 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-08-15 17:59:17 +0200
commit170acfe6f2eda62eed610804fbf821274e002d28 (patch)
tree1461747927c13a2488e9bdbf40d3fd8c74bf3644
parentdb05104f648b609ae07ea026f890c834d6942adf (diff)
downloadweechat-170acfe6f2eda62eed610804fbf821274e002d28.zip
core: remove obsolete enum t_config_look_nicklist
-rw-r--r--src/core/wee-config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/wee-config.h b/src/core/wee-config.h
index c6542528e..2ecb6ed73 100644
--- a/src/core/wee-config.h
+++ b/src/core/wee-config.h
@@ -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,