mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 12:28:12 +02:00
[progress] Remove duplicate declaration from header
This commit is contained in:
parent
79a1c28c34
commit
3d9945a23c
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue