From 6cd60cc3e33e731d4bd2bbd98653fbc629f77cfb Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 19 Jun 2002 14:58:35 +0000 Subject: moved sounds settings to settings.h, config.h is only for including the correct sub-config.h filea git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1086 a1c6a512-1295-4272-9138-f99709370657 --- firmware/config.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'firmware/config.h') diff --git a/firmware/config.h b/firmware/config.h index 860016c6d8..d79f061088 100644 --- a/firmware/config.h +++ b/firmware/config.h @@ -30,17 +30,4 @@ /* no known platform */ #endif -/* system defines */ - -#define DEFAULT_VOLUME_SETTING 70 -#define DEFAULT_BALANCE_SETTING 50 -#define DEFAULT_BASS_SETTING 50 -#define DEFAULT_TREBLE_SETTING 50 -#define DEFAULT_LOUDNESS_SETTING 0 -#define DEFAULT_BASS_BOOST_SETTING 0 -#define DEFAULT_CONTRAST_SETTING 0 -#define DEFAULT_POWEROFF_SETTING 0 -#define DEFAULT_BACKLIGHT_SETTING 1 - - #endif -- cgit v1.2.3