From 0f0d9064c5e7add982d4b62850375985d79c1168 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 14 Oct 2009 15:49:11 +0000 Subject: Remove wps_reset(), and rename skin_data_init to skin_data_reset() and extend it to zero most of the wps_data members. As these are called when parsing a skin it doesn't need to be called by the wps or settings, so make it local to skin_parser.c. Reorder the members of struct wps_data for more effecient alignment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23171 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/wps.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/gui/wps.h') diff --git a/apps/gui/wps.h b/apps/gui/wps.h index f2f44859ca..6affcee698 100644 --- a/apps/gui/wps.h +++ b/apps/gui/wps.h @@ -27,7 +27,6 @@ long gui_wps_show(void); /* wrapper for the wps to load the skin (.wps/.rwps) files */ void wps_data_load(enum screen_type, const char *, bool); -void wps_data_init(enum screen_type); void gui_sync_wps_init(void); -- cgit v1.2.3