]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[progress] Remove duplicate declaration from header
authorRay Strode <rstrode@redhat.com>
Thu, 6 Aug 2009 02:28:25 +0000 (22:28 -0400)
committerRay Strode <rstrode@redhat.com>
Thu, 6 Aug 2009 02:28:25 +0000 (22:28 -0400)
src/libply/ply-progress.h

index f18c9b689de72340d759e7b99b7ae05d08a58c3f..624255281c859afe5ec7ea094e9f15c4c837d206 100644 (file)
@@ -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);