From 2b84b771fbf57c0a28ec1ec9f3433921b617f381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 7 Nov 2014 07:31:58 +0100 Subject: [PATCH] python: remove comment added by mistake --- src/plugins/python/weechat-python-api.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/plugins/python/weechat-python-api.c b/src/plugins/python/weechat-python-api.c index cf08d0834..c79196ad5 100644 --- a/src/plugins/python/weechat-python-api.c +++ b/src/plugins/python/weechat-python-api.c @@ -1409,11 +1409,7 @@ weechat_python_api_config_boolean (PyObject *self, PyObject *args) { char *option; int value; -/* - if (option == NULL) - API_RETURN_INT(); - API_RETURN_ERROR; -*/ + API_FUNC(1, "config_boolean", API_RETURN_INT(0)); option = NULL; if (!PyArg_ParseTuple (args, "s", &option))