summaryrefslogtreecommitdiffstats
path: root/init/init.h
diff options
context:
space:
mode:
authorMarcin Chojnacki <marcinch7@gmail.com>2013-10-16 17:39:16 +0200
committerMarcin Chojnacki <marcinch7@gmail.com>2013-10-16 17:39:16 +0200
commit50dc936964e057ad779ce271c6d1c12e4d81f0aa (patch)
tree2831b7f0452ec0e6bf1c975a01595fab545b8573 /init/init.h
parenta94d2b392f830e3c0a1e4bd0d2d262314eada8d9 (diff)
downloadsystem_core-50dc936964e057ad779ce271c6d1c12e4d81f0aa.zip
system_core-50dc936964e057ad779ce271c6d1c12e4d81f0aa.tar.gz
system_core-50dc936964e057ad779ce271c6d1c12e4d81f0aa.tar.bz2
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
Diffstat (limited to 'init/init.h')
-rw-r--r--init/init.h4
1 files changed, 0 insertions, 4 deletions
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);