summaryrefslogtreecommitdiff
path: root/plugins/dex/field.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-05-04 17:56:33 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-05-04 17:57:10 (GMT)
commitb92a5e56de9198c08956ce486cd12712d7034731 (patch)
tree4ee902ed116b9988dfd284186c725f1bb1d20f22 /plugins/dex/field.h
parentc9f7b4491b368f886b0852ba166cef969fd6d20f (diff)
Created a GLib object for the Dex pool.
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);