summaryrefslogtreecommitdiff
path: root/src/gui/panels/binary-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2025-02-22 11:04:18 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2025-02-22 11:04:18 (GMT)
commite16bc694115b5487df601858a471eea34eadc1ba (patch)
tree55407659053eb906d70ffb1af41530ba6fd6883c /src/gui/panels/binary-int.h
parent0bec2b96a14da29a680aafe54895fd9cfb3bcf09 (diff)
Simplify panel handling code.
Diffstat (limited to 'src/gui/panels/binary-int.h')
-rw-r--r--src/gui/panels/binary-int.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/gui/panels/binary-int.h b/src/gui/panels/binary-int.h
index f68da9b..5116f5c 100644
--- a/src/gui/panels/binary-int.h
+++ b/src/gui/panels/binary-int.h
@@ -27,14 +27,10 @@
#include "binary.h"
-#include "../panel-int.h"
#include "../../gtkext/panel-int.h"
-/* ------------------------- COEUR D'UN PANNEAU D'AFFICHAGE ------------------------- */
-
-
/* Panneau d'accueil par défaut (instance) */
struct _GtkBinaryPanel
{
@@ -53,23 +49,4 @@ struct _GtkBinaryPanelClass
-/* ---------------------- MANIPULATIONS D'UN PANNEAU GRAPHIQUE ---------------------- */
-
-
-/* Définition pour gestion par le framework d'un panneau graphique (instance) */
-struct _GBinaryPanel
-{
- GPanelItem parent; /* A laisser en premier */
-
-};
-
-/* Définition pour gestion par le framework d'un panneau graphique (classe) */
-struct _GBinaryPanelClass
-{
- GPanelItemClass parent; /* A laisser en premier */
-
-};
-
-
-
#endif /* _GUI_PANELS_BINARY_INT_H */