summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/glibext
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-07-27 21:54:34 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-07-27 21:54:34 (GMT)
commit703e0d10d56bb288b515526f0d0f1994391619bf (patch)
treea633c7286968908504a4ba9e9296bc80f8ffd2b1 /plugins/pychrysalide/glibext
parent9606b8e49299e37b297da039fc8a645f1ab4cf2d (diff)
Removed some extra special column indexes.
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;