From 4c345e10f3587a9ed1bdcd1fb10e68c27f876961 Mon Sep 17 00:00:00 2001 From: mrwastl Date: Sun, 29 May 2011 11:18:53 +0200 Subject: cleanup: remove old eColor-based code-lines; make linker happy if --as-needed is used when compiling --- glcdskin/skin.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'glcdskin') diff --git a/glcdskin/skin.h b/glcdskin/skin.h index b13db0a..a095ebb 100644 --- a/glcdskin/skin.h +++ b/glcdskin/skin.h @@ -64,13 +64,8 @@ public: bool ParseEnable(const std::string &Text); -#ifdef GRAPHLCD_CBITMAP_ARGB cColor GetBackgroundColor(void) { return config.GetDriver()->GetBackgroundColor(); } cColor GetForegroundColor(void) { return config.GetDriver()->GetForegroundColor(); } -#else - eColor GetBackgroundColor(void) { return config.GetDriver()->GetBackgroundColor(); } - eColor GetForegroundColor(void) { return config.GetDriver()->GetForegroundColor(); } -#endif }; } // end of namespace -- cgit v1.2.3