summaryrefslogtreecommitdiff
path: root/src/analysis/exporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/exporter.h')
-rw-r--r--src/analysis/exporter.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/analysis/exporter.h b/src/analysis/exporter.h
index 297fd99..7c90cad 100644
--- a/src/analysis/exporter.h
+++ b/src/analysis/exporter.h
@@ -95,12 +95,6 @@ void g_content_exporter_add_text(GContentExporter *, GRenderingOptions *, MainRe
/* Ajoute à un tampon GLib le contenu de l'instance spécifiée. */
void g_content_exporter_to_buffer(GContentExporter *, GBufferLine *, GRenderingOptions *);
-/* Ajoute à un texte GTK le contenu de l'instance spécifiée. */
-void g_content_exporter_add_to_gtk_buffer(GContentExporter *, MainRendering, GtkTextBuffer *, GtkTextIter *, size_t [SAR_COUNT]);
-
-/* Ajoute à un texte GTK le contenu d'une architecture. */
-void g_content_exporter_add_arch_to_gtk_buffer(const GContentExporter *, const GExeFormat *, AsmSyntax, GtkTextBuffer *, GtkTextIter *);
-
#endif /* _ANALYSIS_EXPORTER_H */