summaryrefslogtreecommitdiff
path: root/src/project.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/project.c')
-rw-r--r--src/project.c30
1 files changed, 1 insertions, 29 deletions
diff --git a/src/project.c b/src/project.c
index fd9d7ea..06059ed 100644
--- a/src/project.c
+++ b/src/project.c
@@ -34,7 +34,7 @@
#include "gtkext/gtkblockview.h"
#include "gtkext/gtkdockpanel.h"
#include "gtkext/gtkgraphview.h"
-#include "panel/panels.h"
+#include "panels/panel.h"
@@ -654,22 +654,6 @@ void display_openida_project(const openida_project *project, GObject *ref)
}
-
- if (i > 0)
- {
- g_object_set_data(ref, "current_binary", binary);
-
-
- get_view_for_openida_project_binary(project, binary, BVW_BLOCK, &binview);
- g_object_set_data(ref, "binview", binview);
-
-
- reload_symbols_panel_content(get_panel(PNT_SYMBOLS), g_openida_binary_get_format(binary));
- handle_new_exe_on_strings_panel(get_panel(PNT_STRINGS), g_openida_binary_get_format(binary));
-
- }
-
-
}
@@ -713,16 +697,4 @@ void display_new_binary_of_openida_project(GOpenidaBinary *binary, openida_proje
- g_object_set_data(project->ref, "current_binary", binary);
-
-
- get_view_for_openida_project_binary(project, binary, BVW_BLOCK, &binview);
- g_object_set_data(project->ref, "binview", binview);
-
-
- reload_symbols_panel_content(get_panel(PNT_SYMBOLS), g_openida_binary_get_format(binary));
-
-
-
-
}