diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-03-28 04:42:25 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-03-28 04:42:25 (GMT) |
commit | ec6706fe5e9b71ece7f2a6770f57f6757c375b33 (patch) | |
tree | 1176027c3c760723f488e94437acbe01e7f63b7b /plugins/pychrysalide/glibext/constants.h | |
parent | fe1d32e4b7de540afe393cdcdba793d44fc14048 (diff) |
Create a basic Python binding to the TokenGenerator interface.
Diffstat (limited to 'plugins/pychrysalide/glibext/constants.h')
-rw-r--r-- | plugins/pychrysalide/glibext/constants.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/pychrysalide/glibext/constants.h b/plugins/pychrysalide/glibext/constants.h index a950125..c695aa9 100644 --- a/plugins/pychrysalide/glibext/constants.h +++ b/plugins/pychrysalide/glibext/constants.h @@ -39,12 +39,6 @@ int convert_to_portion_access_rights(PyObject *, void *); #if 0 -/* Définit les constantes relatives aux lignes de tampon. */ -bool define_buffer_line_constants(PyTypeObject *); - -/* Tente de convertir en constante BufferLineFlags. */ -int convert_to_buffer_line_flags(PyObject *, void *); - /* Définit les constantes relatives aux modes de comparaison. */ bool define_comparable_item_constants(PyTypeObject *); |