summaryrefslogtreecommitdiff
path: root/plugins/dex/field.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dex/field.h')
-rw-r--r--plugins/dex/field.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/dex/field.h b/plugins/dex/field.h
index e430d7f..00e4d3d 100644
--- a/plugins/dex/field.h
+++ b/plugins/dex/field.h
@@ -44,7 +44,6 @@
#define G_DEX_FIELD_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), G_TYPE_DEX_FIELD, GDexFieldClass))
-
/* Champ d'une classe Dex (instance) */
typedef struct _GDexField GDexField;
@@ -52,7 +51,6 @@ typedef struct _GDexField GDexField;
typedef struct _GDexFieldClass GDexFieldClass;
-
/* Détermine le type d'une fielde issue du code source. */
GType g_dex_field_get_type(void);