summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-02-11 17:05:54 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-02-11 17:05:54 (GMT)
commitbf879f2562545ab7de23f9d38364b7bd4b43fb2c (patch)
tree6154160307cbca304ea9e1de178d8c2dfc8e0928 /src/main.c
parentabd96dbbe27246e9303173e5e2f47b2e4cedbcb7 (diff)
Registered all the supported formats in the system code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@471 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 8a31bcb..ffef584 100644
--- a/src/main.c
+++ b/src/main.c
@@ -32,10 +32,8 @@
#include "editor.h"
#include "project.h"
#include "analysis/db/server.h"
-#include "arch/processor.h"
#include "core/core.h"
#include "core/params.h"
-#include "format/format.h"
#include "glibext/delayed.h"
#include "glibext/gbinportion.h"
#include "gtkext/support.h"
@@ -132,9 +130,6 @@ int main(int argc, char **argv)
add_pixmap_directory(PACKAGE_DATA_DIR);
add_pixmap_directory(PACKAGE_SOURCE_DIR G_DIR_SEPARATOR_S "pixmaps");
- /* Initialisation du programme */
- init_all_formats();
-
/* Création de l'interface */
//test_itanium();