summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-26 12:29:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-26 12:29:08 +0100
commit27041c83cb4c6e7843a4fc112cbab65dfbea929a (patch)
treeb22171c6462ecdc17d97ad9752ae4bf184bf52bd
parent82a8c5fd9a85b5b66b2b6f39af0750764066dba3 (diff)
callcatcher: hide glTF methods from easy list
Change-Id: Id91272de715bbab7b3a18a1905ca593cf959422c
-rwxr-xr-xbin/findunusedcode1
-rw-r--r--unusedcode.easy38
2 files changed, 1 insertions, 38 deletions
diff --git a/bin/findunusedcode b/bin/findunusedcode
index 59dbade81f74..4e012ae965d7 100755
--- a/bin/findunusedcode
+++ b/bin/findunusedcode
@@ -55,6 +55,7 @@ grep ::.*\( unusedcode.all \
| grep -v ^cppu:: \
| grep -v ^CppUnit:: \
| grep -v ^Dde \
+ | grep -v ^glTF:: \
| grep -v ^graphite2:: \
| grep -v ^jvmaccess:: \
| grep -v ^libcdr:: \
diff --git a/unusedcode.easy b/unusedcode.easy
index f75e3b197bd5..6eb74e6063f7 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -220,44 +220,6 @@ connectivity::file::OStatement_Base::reset()
connectivity::firebird::release(int&, cppu::OBroadcastHelperVar<cppu::OMultiTypeInterfaceContainerHelper, com::sun::star::uno::Type>&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>&, com::sun::star::lang::XComponent*)
connectivity::sdbcx::OGroup::OGroup(bool)
connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, bool)
-glTF::Camera::getLookAt()
-glTF::Camera::getPosition()
-glTF::Camera::getUp()
-glTF::Camera::setLookAt(glTF::Vector3D&)
-glTF::Camera::setPosition(glTF::Vector3D&)
-glTF::Camera::setUp(glTF::Vector3D&)
-glTF::Light::getAttenuationConstant()
-glTF::Light::getAttenuationLinear()
-glTF::Light::getAttenuationQuadratic()
-glTF::Light::getDirection()
-glTF::Light::getLightSourceType()
-glTF::Light::getName()
-glTF::Light::getPosition()
-glTF::Light::getPositions()
-glTF::Light::setAttenuationConstant(float)
-glTF::Light::setAttenuationLinear(float)
-glTF::Light::setAttenuationQuadratic(float)
-glTF::Light::setColor(glTF::Vector3D)
-glTF::Light::setDirection(glTF::Vector3D)
-glTF::Light::setName(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)
-glTF::MaterialProperty::getDataLength()
-glTF::Mesh::getMeshName()
-glTF::Node::getNodeName() const
-glTF::Node::getNodeType() const
-glTF::Node::getParentNode()
-glTF::Primitives::getAttributeSize() const
-glTF::Scene::findLightTransformation()
-glTF::Scene::getCameraMatrix() const
-glTF::TechAttribute::getAttributeIndex()
-glTF::TechUniform::getUniformIndex()
-glTF::TechUniform::getUniformName()
-glTF::Technique::getFragmentShader()
-glTF::Technique::getTechAttributeSize() const
-glTF::Technique::getTechUniform(unsigned int)
-glTF::Technique::getTechUniformSize() const
-glTF::Technique::getVertexShader()
-glTF::Technique::setProgramId(unsigned int)
-glTF::gltf_get_json_string(glTF::glTFHandle*)
oglcanvas::CanvasHelper::flush() const
oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const
oox::drawingml::CustomShapeProvider::createParameterPairSequence(unsigned long, oox::drawingml::CustomShapeProvider::ParameterPairData const*)