From: Ray Strode Date: Thu, 6 Aug 2009 02:28:25 +0000 (-0400) Subject: [progress] Remove duplicate declaration from header X-Git-Tag: 0.7.0~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d9945a23cd951b80b95314b429d06378d956226;p=thirdparty%2Fplymouth.git [progress] Remove duplicate declaration from header --- diff --git a/src/libply/ply-progress.h b/src/libply/ply-progress.h index f18c9b68..62425528 100644 --- a/src/libply/ply-progress.h +++ b/src/libply/ply-progress.h @@ -28,7 +28,6 @@ typedef struct _ply_progress ply_progress_t; ply_progress_t *ply_progress_new (void); -ply_progress_t* ply_progress_new (void); void ply_progress_free (ply_progress_t* progress); void ply_progress_load_cache (ply_progress_t* progress, const char *filename); double ply_progress_get_percentage (ply_progress_t* progress);