From b080995c0ad3f279d1d96da634d439ca50907f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 21 Mar 2012 13:36:00 +0000 Subject: [PATCH] Fixed documentation warnings git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@14241 383ad7c9-94d9-4d36-a494-682f7c89f535 --- TextureData.cc | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/TextureData.cc b/TextureData.cc index 982347c..ba19c4b 100755 --- a/TextureData.cc +++ b/TextureData.cc @@ -226,10 +226,6 @@ bool TextureData::setImage( QString _textureName , int _id ) { //----------------------------------------------------------------------------------- -// /** \brief Delete a given texture -// * -// * @param _textureName name of the texture -// */ // void TextureData::deleteTexture(QString _textureName) // { // int index = getTextureIndex(_textureName); @@ -245,11 +241,6 @@ bool TextureData::setImage( QString _textureName , int _id ) { //----------------------------------------------------------------------------------- -// /** \brief get parameters of a given texture -// * -// * @param _textureName name of the texture -// * @return corresponding textureParameters or invalid TexParameters -// */ // TexParameters TextureData::textureParameters(QString _textureName) // { // int id = getTextureIndex(_textureName); @@ -262,11 +253,6 @@ bool TextureData::setImage( QString _textureName , int _id ) { //----------------------------------------------------------------------------------- -// /** \brief Set Parameters for a given texture -// * -// * @param _textureName name of the texture -// * @param _params new parameters for the texture -// */ // void TextureData::setTextureParameters(QString _textureName, TexParameters _params) // { // int id = getTextureIndex(_textureName); -- GitLab