summaryrefslogtreecommitdiff
path: root/src/analysis/project.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-12-27 21:15:20 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-12-27 21:15:20 (GMT)
commit17fed33fbde85312aef489e8c7115e414a1a74e7 (patch)
tree9a79b901a3f9262ad2d7805523a4d8d90fa40d5f /src/analysis/project.h
parent2c28d59fb3671c0fdd1987784076d4968c58b651 (diff)
Reorganized a small part of binary loading.
Diffstat (limited to 'src/analysis/project.h')
-rw-r--r--src/analysis/project.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/analysis/project.h b/src/analysis/project.h
index 9e777ee..c6f6fc9 100644
--- a/src/analysis/project.h
+++ b/src/analysis/project.h
@@ -32,18 +32,6 @@
#include "loaded.h"
-/**
- * Comme "gui/panels/panel.h" inclut "gui/editem.h", qui inclut lui même
- * ce fichier pour la mise à jour de la zone de projet, on redéfinit...
- */
-//typedef struct _GPanelItem GPanelItem;
-
-/**
- * Autre boucle sans fin similaire...
- */
-typedef struct _GBinaryLoader GBinaryLoader;
-
-
/* ------------------------- DEFINITION D'UN PROJET INTERNE ------------------------- */
@@ -95,9 +83,6 @@ void g_study_project_add_binary_content(GStudyProject *, GBinContent *, ProjectC
/* Recherche un contenu binaire du projet selon son empreinte. */
GBinContent *g_study_project_find_binary_content_by_hash(GStudyProject *, const char *);
-/* Acquitte la fin d'un chargement différé et complet. */
-void ack_loaded_binary(GBinaryLoader *, GStudyProject *);
-
/* Attache un contenu donné à un projet donné. */
void g_study_project_attach_content(GStudyProject *, GLoadedContent *);