diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-07-14 13:06:20 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-07-14 13:06:20 (GMT) |
commit | 6c751d40ab1b84a6979c143ed47702207edebed8 (patch) | |
tree | e789491530d641f89e574f8eacb4f0e66bd93a91 /plugins/pychrysalide/analysis | |
parent | de82c8165e61e3c19be184dbc00f66bfc7479c76 (diff) |
Updated the Python bindings for the loaded panel interface.
Diffstat (limited to 'plugins/pychrysalide/analysis')
-rw-r--r-- | plugins/pychrysalide/analysis/storage/serialize.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/pychrysalide/analysis/storage/serialize.c b/plugins/pychrysalide/analysis/storage/serialize.c index 3e94271..eeab8f5 100644 --- a/plugins/pychrysalide/analysis/storage/serialize.c +++ b/plugins/pychrysalide/analysis/storage/serialize.c @@ -56,7 +56,6 @@ static bool py_serializable_object_store_wrapper(const GSerializableObject *, GO /* ------------------------- CONNEXION AVEC L'API DE PYTHON ------------------------- */ - /* Charge un objet depuis une mémoire tampon. */ static bool py_serializable_object_load(PyObject *, PyObject *); |