summaryrefslogtreecommitdiff
path: root/src/analysis/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/project.h')
-rw-r--r--src/analysis/project.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/analysis/project.h b/src/analysis/project.h
index b331b1f..8288384 100644
--- a/src/analysis/project.h
+++ b/src/analysis/project.h
@@ -99,9 +99,6 @@ GBinContent *g_study_project_find_binary_content_by_hash(GStudyProject *, const
/* Acquitte la fin d'un chargement différé et complet. */
void ack_loaded_binary(GBinaryLoader *, GStudyProject *);
-/* Assure l'intégration d'un élément binaire dans un projet. */
-void g_study_project_add_loaded_binary(GLoadedBinary *, GStudyProject *);
-
/* Attache un fichier donné à un projet donné. */
void g_study_project_attach_binary(GStudyProject *, GLoadedBinary *);