summaryrefslogtreecommitdiff
path: root/src/gui/dialogs/plugins.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-08-16 11:05:41 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-08-16 13:07:19 (GMT)
commit7b3b76a1e6faff521d582902e1230acbe1a906d3 (patch)
tree96d4d4b57c2d37cea4712cc061b8d22c9d5cf448 /src/gui/dialogs/plugins.h
parentcc8b2146ca7baba7bd8dbcd23fd0f9516bb51338 (diff)
Deleted old code.
Diffstat (limited to 'src/gui/dialogs/plugins.h')
-rw-r--r--src/gui/dialogs/plugins.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/gui/dialogs/plugins.h b/src/gui/dialogs/plugins.h
deleted file mode 100644
index b5939b9..0000000
--- a/src/gui/dialogs/plugins.h
+++ /dev/null
@@ -1,40 +0,0 @@
-
-/* Chrysalide - Outil d'analyse de fichiers binaires
- * plugins.h - prototypes pour la boîte de dialogue permettant une sélection des greffons
- *
- * Copyright (C) 2015-2018 Cyrille Bagard
- *
- * This file is part of Chrysalide.
- *
- * Chrysalide is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3 of the License, or
- * (at your option) any later version.
- *
- * Chrysalide is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
- */
-
-
-#ifndef _GUI_DIALOGS_PLUGINS_H
-#define _GUI_DIALOGS_PLUGINS_H
-
-
-#include <gtk/gtk.h>
-
-
-#include "../../analysis/binary.h"
-
-
-
-/* Construit la fenêtre de sélection des sections. */
-GtkWidget *create_plugins_selection_dialog(GLoadedBinary *, GtkWindow *);
-
-
-
-#endif /* _GUI_DIALOGS_PLUGINS_H */