mirror of
https://github.com/glest/glest-source.git
synced 2025-10-03 19:01:53 +02:00
- phase 2 of cppcheck verbose fixes
This commit is contained in:
@@ -1322,7 +1322,8 @@ void Pixmap3D::loadSlicePng(const string &path, int slice) {
|
||||
this->path = path;
|
||||
|
||||
//deletePixels();
|
||||
Pixmap3D *pixmap = FileReader<Pixmap3D>::readPath(path,this);
|
||||
//Pixmap3D *pixmap = FileReader<Pixmap3D>::readPath(path,this);
|
||||
FileReader<Pixmap3D>::readPath(path,this);
|
||||
//printf("Loading 3D pixmap PNG [%s] pixmap [%p] this [%p]\n",path.c_str(),pixmap, this);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user