summaryrefslogtreecommitdiff
path: root/src/analysis/exporter.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-04-11 16:55:16 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-04-11 16:55:16 (GMT)
commit49468379e912806400c5874f8e359cb934516228 (patch)
treebf0c8d3b83410e687a3aaebfd622c4e2e29d682a /src/analysis/exporter.h
parent30258fa96ad48eed68924f259ec5464fc4fd8094 (diff)
Cleaned the code by removing all references to the old GtkTextBuffer usage.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@151 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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 */