From 06d1a56bc9edf943c63c5e9ccc8ad630cdbe6c6d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 17 Aug 2013 08:23:28 -0400 Subject: [PATCH] core: Drop duplicated type declarations 3 fewer gtk-doc warnings, 99 still left on the wall... --- src/libostree/ostree-types.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libostree/ostree-types.h b/src/libostree/ostree-types.h index 5370aac7..a0fff03d 100644 --- a/src/libostree/ostree-types.h +++ b/src/libostree/ostree-types.h @@ -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