From 27041c83cb4c6e7843a4fc112cbab65dfbea929a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 26 Apr 2014 12:29:08 +0100 Subject: callcatcher: hide glTF methods from easy list Change-Id: Id91272de715bbab7b3a18a1905ca593cf959422c --- unusedcode.easy | 38 -------------------------------------- 1 file changed, 38 deletions(-) (limited to 'unusedcode.easy') 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&, com::sun::star::uno::Reference&, 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, std::allocator >) -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 const&) const oox::drawingml::CustomShapeProvider::createParameterPairSequence(unsigned long, oox::drawingml::CustomShapeProvider::ParameterPairData const*) -- cgit