summaryrefslogtreecommitdiff
path: root/src/main.c
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/main.c
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/main.c')
-rw-r--r--src/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index a3fa5ae..3c22711 100644
--- a/src/main.c
+++ b/src/main.c
@@ -31,7 +31,6 @@
#include "editor.h"
#include "params.h"
#include "project.h"
-#include "analysis/exporter.h"
#include "arch/processor.h"
#include "format/format.h"
#include "format/mangling/demangler.h"
@@ -103,8 +102,6 @@ int main(int argc, char **argv)
init_all_demanglers();
init_all_formats();
- _get_gtk_tag_table(gtk_text_tag_table_new());
-
/* Création de l'interface */
init_internal_panels();
@@ -131,8 +128,6 @@ int main(int argc, char **argv)
gtk_main();
gdk_threads_leave();
- _get_gtk_tag_table(0xdeadc0de);
-
unload_configuration(config);
return EXIT_SUCCESS;