summaryrefslogtreecommitdiff
path: root/src/analysis/exporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/exporter.h')
-rw-r--r--src/analysis/exporter.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/analysis/exporter.h b/src/analysis/exporter.h
index 56ad2ab..eb4cb5d 100644
--- a/src/analysis/exporter.h
+++ b/src/analysis/exporter.h
@@ -34,37 +34,6 @@
#include "../glibext/gbufferline.h"
-/* Types de partie de rendu */
-typedef enum _RenderingTagType
-{
- RTT_RAW, /* Contenu brut */
-
- RTT_COMMENT, /* Commentaire */
- RTT_RAW_CODE, /* Code binaire brut */
-
- RTT_INSTRUCTION, /* Code binaire brut */
-
- RTT_IMMEDIATE, /* Valeur immédiate */
-
- RTT_REGISTER, /* Registre */
-
- RTT_HOOK, /* Crochets '[' et ']' */
- RTT_SIGNS, /* Signes '+', '-' et '*' */
- RTT_LTGT, /* Caractères '<' et '>' */
-
- RTT_SECTION, /* Identifiant de section */
- RTT_SEGMENT, /* Indication de segment */
- RTT_STRING, /* Chaîne de caractères avec " */
-
- RTT_VAR_NAME, /* Nom de variable */
-
- RTT_COUNT
-
-} RenderingTagType;
-
-
-#define RTT_NONE RTT_RAW /* TODO : remme */
-
#define G_TYPE_CONTENT_EXPORTER g_content_exporter_get_type()
#define G_CONTENT_EXPORTER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), g_content_exporter_get_type(), GContentExporter))