summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/glibext
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysalide/glibext')
-rw-r--r--plugins/pychrysalide/glibext/bufferline.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/pychrysalide/glibext/bufferline.c b/plugins/pychrysalide/glibext/bufferline.c
index 274300a..d30d11d 100644
--- a/plugins/pychrysalide/glibext/bufferline.c
+++ b/plugins/pychrysalide/glibext/bufferline.c
@@ -368,11 +368,6 @@ static bool py_buffer_line_define_constants(PyTypeObject *obj_type)
result &= PyDict_AddULongMacro(obj_type, BLC_ASSEMBLY);
result &= PyDict_AddULongMacro(obj_type, BLC_COMMENTS);
result &= PyDict_AddULongMacro(obj_type, BLC_COUNT);
- result &= PyDict_AddULongMacro(obj_type, BLC_LAST_USED);
- result &= PyDict_AddULongMacro(obj_type, BLC_INVALID);
- result &= PyDict_AddULongMacro(obj_type, BLC_MAIN);
- result &= PyDict_AddULongMacro(obj_type, BLC_FIRST);
- result &= PyDict_AddULongMacro(obj_type, BLC_DISPLAY);
return result;