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-source-loader.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-source-loader.c')
-rw-r--r-- | mate-dictionary/libgdict/gdict-source-loader.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mate-dictionary/libgdict/gdict-source-loader.c b/mate-dictionary/libgdict/gdict-source-loader.c index d2ec64ee..7a5c3aa1 100644 --- a/mate-dictionary/libgdict/gdict-source-loader.c +++ b/mate-dictionary/libgdict/gdict-source-loader.c @@ -75,11 +75,8 @@ enum static guint loader_signals[LAST_SIGNAL] = { 0 }; - - G_DEFINE_TYPE_WITH_PRIVATE (GdictSourceLoader, gdict_source_loader, G_TYPE_OBJECT); - static void gdict_source_loader_finalize (GObject *object) { |