diff options
author | rbuj <[email protected]> | 2021-10-27 18:16:49 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-24 22:38:06 +0100 |
commit | 988e071b6bb8c358f44fa4f243af38db260c4888 (patch) | |
tree | f6766f33f7c1689a7feb07b6b1a5e5731ec9e65b /mate-dictionary/libgdict/gdict-context.c | |
parent | 3d70c8ec7b5b3847fe906974dc178d03a05bdaf7 (diff) | |
download | mate-utils-988e071b6bb8c358f44fa4f243af38db260c4888.tar.bz2 mate-utils-988e071b6bb8c358f44fa4f243af38db260c4888.tar.xz |
Use a blank line at most
Diffstat (limited to 'mate-dictionary/libgdict/gdict-context.c')
-rw-r--r-- | mate-dictionary/libgdict/gdict-context.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mate-dictionary/libgdict/gdict-context.c b/mate-dictionary/libgdict/gdict-context.c index a07b67dd..33b71263 100644 --- a/mate-dictionary/libgdict/gdict-context.c +++ b/mate-dictionary/libgdict/gdict-context.c @@ -49,10 +49,8 @@ #include "gdict-context-private.h" #include "gdict-private.h" - static void gdict_context_class_init (gpointer g_iface, void *user_data); - GType gdict_context_get_type (void) { @@ -79,7 +77,6 @@ gdict_context_get_type (void) return context_type; } - static void gdict_context_class_init (gpointer g_iface, void *user_data) { @@ -413,8 +410,6 @@ gdict_context_define_word (GdictContext *context, error); } - - /***************** * GdictDatabase * *****************/ @@ -523,8 +518,6 @@ gdict_database_get_full_name (GdictDatabase *db) return db->full_name; } - - /***************** * GdictStrategy * *****************/ @@ -631,8 +624,6 @@ gdict_strategy_get_description (GdictStrategy *strat) return strat->description; } - - /************** * GdictMatch * **************/ @@ -738,8 +729,6 @@ gdict_match_get_database (GdictMatch *match) return match->database; } - - /******************* * GdictDefinition * *******************/ |