summaryrefslogtreecommitdiff
path: root/src/gtkext/hexdisplay.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2022-12-29 11:02:46 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2022-12-29 11:02:46 (GMT)
commit41db261acccf3494aa93b71a181cde9e8605a841 (patch)
tree07a00f88920a8e601268d415131630052ef85988 /src/gtkext/hexdisplay.h
parentc27f884ec1d18d9cff0d19d6ba8de1dd54d991c4 (diff)
Refactor Makefiles to exclude GTK on demand.
Diffstat (limited to 'src/gtkext/hexdisplay.h')
-rw-r--r--src/gtkext/hexdisplay.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gtkext/hexdisplay.h b/src/gtkext/hexdisplay.h
index 45a1da9..9190548 100644
--- a/src/gtkext/hexdisplay.h
+++ b/src/gtkext/hexdisplay.h
@@ -48,19 +48,6 @@ typedef struct _GtkHexDisplay GtkHexDisplay;
typedef struct _GtkHexDisplayClass GtkHexDisplayClass;
-/* Désignation des colonnes d'une ligne */
-typedef enum _HexLineColumn
-{
- HLC_PHYSICAL, /* Position physique */
- HLC_BINARY, /* Données binaires brutes */
- HLC_PADDING, /* Espacement forcé */
- HLC_TRANSLATION, /* Traduction de contenu */
-
- HLC_COUNT,
-
-} HexLineColumn;
-
-
/* Détermine le type du composant d'affichage sous forme hexadécimale. */
GType gtk_hex_display_get_type(void);