removed unnecessary function declaration
authorImran Zaman <imran.zaman@intel.com>
Mon, 11 Nov 2013 14:35:43 +0000 (16:35 +0200)
committerImran Zaman <imran.zaman@intel.com>
Mon, 11 Nov 2013 14:35:43 +0000 (16:35 +0200)
include/gum/common/gum-dictionary.h

index fa83e65..296c4af 100644 (file)
@@ -41,9 +41,6 @@ G_BEGIN_DECLS
 
 typedef GHashTable GumDictionary;
 
-GType
-gum_dictionary_get_type (void);
-
 GumDictionary *
 gum_dictionary_new (void);