summaryrefslogtreecommitdiff
path: root/plugins/pychrysa/format/dex/dex.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysa/format/dex/dex.h')
-rw-r--r--plugins/pychrysa/format/dex/dex.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/pychrysa/format/dex/dex.h b/plugins/pychrysa/format/dex/dex.h
index 65eec0d..dc97269 100644
--- a/plugins/pychrysa/format/dex/dex.h
+++ b/plugins/pychrysa/format/dex/dex.h
@@ -29,13 +29,8 @@
#include <Python.h>
#include <stdbool.h>
-#include <format/dex/dex.h>
-
-/* Crée un nouvel objet Python de type 'DexFormat'. */
-PyObject *py_dex_format_from_c(GDexFormat *);
-
/* Prend en charge l'objet 'pychrysalide.format.dex.DexFormat'. */
bool register_python_dex_format(PyObject *module);