core: Drop duplicated type declarations

3 fewer gtk-doc warnings, 99 still left on the wall...
This commit is contained in:
Colin Walters 2013-08-17 08:23:28 -04:00
parent c3121b52bc
commit 06d1a56bc9
1 changed files with 0 additions and 3 deletions

View File

@ -26,11 +26,8 @@
G_BEGIN_DECLS
struct OstreeRepo;
typedef struct OstreeRepo OstreeRepo;
struct OstreeMutableTree;
typedef struct OstreeMutableTree OstreeMutableTree;
struct OstreeRepoFile;
typedef struct OstreeRepoFile OstreeRepoFile;
G_END_DECLS