ObjParser: remove deprecated code.

This commit is contained in:
Kim Kulling
2016-11-10 21:39:32 +01:00
parent 604b4e9723
commit c5d6ac2c30
3 changed files with 22 additions and 64 deletions

View File

@@ -85,7 +85,7 @@ private:
/// Method to copy the new delimited word in the current line.
void copyNextWord(char *pBuffer, size_t length);
/// Method to copy the new line.
void copyNextLine(char *pBuffer, size_t length);
// void copyNextLine(char *pBuffer, size_t length);
/// Stores the vector
void getVector( std::vector<aiVector3D> &point3d_array );
/// Stores the following 3d vector.