summaryrefslogtreecommitdiff
path: root/src/format/format.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-08-07 18:08:47 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-08-07 18:08:47 (GMT)
commit0442cf03782e65bd680449cc213ace9a21bb081b (patch)
tree1ad713e14aeba3189c77454c219b7ab398331615 /src/format/format.h
parentae2be2044d39abebfa7b8d5ce64571e72f7ff6fd (diff)
Removed old code used for decompilation.
Diffstat (limited to 'src/format/format.h')
-rw-r--r--src/format/format.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/format/format.h b/src/format/format.h
index a9152ba..748fd54 100644
--- a/src/format/format.h
+++ b/src/format/format.h
@@ -155,15 +155,6 @@ bool g_binary_format_resolve_symbol(GBinFormat *, const vmpa2t *, bool, GBinSymb
-
-/* Fournit la liste des fichiers source détectés. */
-const char * const *g_binary_format_get_source_files(const GBinFormat *, size_t *, size_t *);
-
-/* Procède à la décompilation complète du format. */
-//void g_binary_format_decompile(const GBinFormat *, GCodeBuffer *, const char *filename);
-
-
-
/* ------------------ CONSERVATION DES SOUCIS DURANT LE CHARGEMENT ------------------ */