diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-23 09:41:27 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-23 09:41:27 +0200 |
commit | ebbcd996cba0f496391cb1088b3ce77bcddbe672 (patch) | |
tree | a2b4f2a729e01b9827ddb701285de6923ec07c70 /chart2 | |
parent | e5ebee7ebb8ad9fae9d50b0708dc120c1d2eb32c (diff) |
WaE: unused function 'getTypeString'
Change-Id: Ifae6376a9a00cfee7c9935280b852ede73a7c5ab
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/DummyXShape.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx index 199193b71000..9e9251b0cdf0 100644 --- a/chart2/source/view/main/DummyXShape.cxx +++ b/chart2/source/view/main/DummyXShape.cxx @@ -1290,6 +1290,8 @@ const char* getSourceString(GLenum source) return "unknown"; } +#if 0 + const char* getTypeString(GLenum type) { switch(type) @@ -1317,6 +1319,8 @@ const char* getTypeString(GLenum type) return "unkown"; } +#endif + extern "C" void #if defined _WIN32 APIENTRY |