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

python: remove comment added by mistake

This commit is contained in:
Sébastien Helleu
2014-11-07 07:31:58 +01:00
parent 7aee7d863c
commit 2b84b771fb
+1 -5
View File
@@ -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))