diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-01-04 01:05:33 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-01-04 01:05:33 +0100 |
commit | 88aa905ee36bdfb631492968eb0f1691beae6235 (patch) | |
tree | 13e811a6e3be16a3ab2da1ff8cff1648b6b1e699 /src/core/wee-config.h | |
parent | 652bca1ffd565f53414f93e1a73afbe34cbc7923 (diff) | |
download | weechat-88aa905ee36bdfb631492968eb0f1691beae6235.zip |
Remove unused functions and prototypes
Diffstat (limited to 'src/core/wee-config.h')
-rw-r--r-- | src/core/wee-config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/wee-config.h b/src/core/wee-config.h index ca3715ac8..17314d806 100644 --- a/src/core/wee-config.h +++ b/src/core/wee-config.h @@ -172,8 +172,6 @@ extern int config_weechat_debug_set (const char *plugin_name, extern void config_weechat_debug_set_all (); extern int config_weechat_init (); extern int config_weechat_read (); -extern int config_weechat_reload (); extern int config_weechat_write (); -extern void config_weechat_print_stdout (); #endif /* wee-config.h */ |