summaryrefslogtreecommitdiff
path: root/glcdskin/skin.h
diff options
context:
space:
mode:
authormrwastl <mrwastl@users.sourceforge.net>2011-05-29 11:18:53 +0200
committermrwastl <mrwastl@users.sourceforge.net>2011-05-29 11:18:53 +0200
commit4c345e10f3587a9ed1bdcd1fb10e68c27f876961 (patch)
tree76d7770ec029acd141dbb03efdd4cb65ebcc2cf8 /glcdskin/skin.h
parent0a2e078b875a7f256b39f4be204bc5336bbff232 (diff)
downloadgraphlcd-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.h5
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