]> git.ipfire.org Git - thirdparty/plymouth.git/commit
main: Remove private ply_mode_t
authorHans de Goede <hdegoede@redhat.com>
Mon, 25 Feb 2019 14:45:26 +0000 (15:45 +0100)
committerHans de Goede <hdegoede@redhat.com>
Mon, 25 Feb 2019 15:57:54 +0000 (16:57 +0100)
commit2eceea2ce790007f77af8bf4f5c9af73f89c94c8
tree820d87a8243f34e3ebc2ef5304c6a6f00deaff37
parent1c7ce43983e3e45d65b14b630415989ff349287f
main: Remove private ply_mode_t

Remove the private ply_mode_t from main.c, this is a 1:1 mirror of
ply_boot_splash_mode_t, so use ply_boot_splash_mode_t directly, leading
to a nice cleanup.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
src/main.c