[Libreoffice-commits] core.git: chart2/source
Tor Lillqvist
tml at collabora.com
Sat Feb 22 23:42:00 PST 2014
chart2/source/view/main/DummyXShape.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit ebbcd996cba0f496391cb1088b3ce77bcddbe672
Author: Tor Lillqvist <tml at collabora.com>
Date: Sun Feb 23 09:41:27 2014 +0200
WaE: unused function 'getTypeString'
Change-Id: Ifae6376a9a00cfee7c9935280b852ede73a7c5ab
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index 199193b..9e9251b 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
More information about the Libreoffice-commits
mailing list