summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2011-04-17 11:23:48 +0000
committerBertrik Sikken <bertrik@sikken.nl>2011-04-17 11:23:48 +0000
commit204a2e920acd94090e5be12b009fc71ddee8fabc (patch)
tree360605ecd71f072556109a343b92d72cfb894a53 /apps/gui/skin_engine
parent837b8ccce0d7045076d629445d58aa6725fdf5d4 (diff)
downloadrockbox-204a2e920acd94090e5be12b009fc71ddee8fabc.tar.gz
rockbox-204a2e920acd94090e5be12b009fc71ddee8fabc.zip
Move declaration of global function cfg_string_to_int to header file settings.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29737 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine')
-rw-r--r--apps/gui/skin_engine/skin_parser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_parser.c b/apps/gui/skin_engine/skin_parser.c
index 2370a38eab..fbea2963f2 100644
--- a/apps/gui/skin_engine/skin_parser.c
+++ b/apps/gui/skin_engine/skin_parser.c
@@ -1069,7 +1069,6 @@ static const struct touchaction touchactions[] = {
1069 {"presets", ACTION_FM_PRESET}, 1069 {"presets", ACTION_FM_PRESET},
1070#endif 1070#endif
1071}; 1071};
1072bool cfg_string_to_int(int setting_id, int* out, const char* str);
1073 1072
1074static int parse_touchregion(struct skin_element *element, 1073static int parse_touchregion(struct skin_element *element,
1075 struct wps_token *token, 1074 struct wps_token *token,