From 50dc936964e057ad779ce271c6d1c12e4d81f0aa Mon Sep 17 00:00:00 2001 From: Marcin Chojnacki Date: Wed, 16 Oct 2013 17:39:16 +0200 Subject: init: remove obsolete rle logo Obsolete RLE 565 logo is used nowhere, because 565 framebuffer isn't used for years. It's not necessary to keep this thing alive anymore. Change-Id: Ie61e168790f791230530cd3eb1c68b1f7344c9a7 --- init/init.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'init/init.h') diff --git a/init/init.h b/init/init.h index 3928d52..736b75b 100644 --- a/init/init.h +++ b/init/init.h @@ -133,10 +133,6 @@ void service_restart(struct service *svc); void service_start(struct service *svc, const char *dynamic_args); void property_changed(const char *name, const char *value); -#define INIT_IMAGE_FILE "/initlogo.rle" - -int load_565rle_image( char *file_name ); - extern struct selabel_handle *sehandle; extern struct selabel_handle *sehandle_prop; extern int selinux_reload_policy(void); -- cgit v1.1