diff options
author | mrwastl <mrwastl@users.sourceforge.net> | 2011-05-29 11:18:53 +0200 |
---|---|---|
committer | mrwastl <mrwastl@users.sourceforge.net> | 2011-05-29 11:18:53 +0200 |
commit | 4c345e10f3587a9ed1bdcd1fb10e68c27f876961 (patch) | |
tree | 76d7770ec029acd141dbb03efdd4cb65ebcc2cf8 /glcdskin/skin.h | |
parent | 0a2e078b875a7f256b39f4be204bc5336bbff232 (diff) | |
download | graphlcd-base-4c345e10f3587a9ed1bdcd1fb10e68c27f876961.tar.gz graphlcd-base-4c345e10f3587a9ed1bdcd1fb10e68c27f876961.tar.bz2 |
cleanup: remove old eColor-based code-lines; make linker happy if --as-needed is used when compiling
Diffstat (limited to 'glcdskin/skin.h')
-rw-r--r-- | glcdskin/skin.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 |