summaryrefslogtreecommitdiff
path: root/src/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/project.h')
-rw-r--r--src/project.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/project.h b/src/project.h
index 63926b5..0f4a8f0 100644
--- a/src/project.h
+++ b/src/project.h
@@ -36,18 +36,6 @@
/* ------------------------- DEFINITION D'UN PROJET INTERNE ------------------------- */
-/* Type de représentations */
-typedef enum _BinaryView
-{
- BVW_BLOCK, /* Version basique */
- BVW_GRAPH, /* Affichage en graphique */
- BVW_SOURCE, /* Code décompilé */
-
- BVW_COUNT
-
-} BinaryView;
-
-
#define G_TYPE_STUDY_PROJECT g_study_project_get_type()
#define G_STUDY_PROJECT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), g_study_project_get_type(), GStudyProject))
#define G_IS_STUDY_PROJECT(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), g_study_project_get_type()))