ObjImporter: fix dead code.

pull/1289/head
Kim Kulling 2017-05-31 20:28:00 +02:00
parent e501cc17c2
commit 4dc7940ac5
1 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ template<class T>
inline
bool IOStreamBuffer<T>::getNextDataLine( std::vector<T> &buffer, T continuationToken ) {
buffer.resize( m_cacheSize );
//std::fill( buffer.begin(), buffer.end(), ' ' );
if ( m_cachePos == m_cacheSize || 0 == m_filePos ) {
if ( !readNextBlock() ) {
return false;