ObjImporter: fix dead code.

This commit is contained in:
Kim Kulling
2017-05-31 20:28:00 +02:00
parent e501cc17c2
commit 4dc7940ac5

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;