core: Drop duplicated type declarations
3 fewer gtk-doc warnings, 99 still left on the wall...
This commit is contained in:
parent
c3121b52bc
commit
06d1a56bc9
|
|
@ -26,11 +26,8 @@
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
struct OstreeRepo;
|
|
||||||
typedef struct OstreeRepo OstreeRepo;
|
typedef struct OstreeRepo OstreeRepo;
|
||||||
struct OstreeMutableTree;
|
|
||||||
typedef struct OstreeMutableTree OstreeMutableTree;
|
typedef struct OstreeMutableTree OstreeMutableTree;
|
||||||
struct OstreeRepoFile;
|
|
||||||
typedef struct OstreeRepoFile OstreeRepoFile;
|
typedef struct OstreeRepoFile OstreeRepoFile;
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue