Skip to content

Commit

Permalink
libgui: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 9, 2014
1 parent 9a5bfa7 commit e318bbe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion doomsday/libgui/src/audio/waveformbank.cpp
Expand Up @@ -69,7 +69,6 @@ void WaveformBank::add(DotPath const &id, String const &waveformFilePath)
void WaveformBank::addFromInfo(File const &file)
{
LOG_AS("WaveformBank");
//d->relativeToPath = file.path().fileNamePath();
parse(file);
addFromInfoBlocks("waveform");
}
Expand Down
3 changes: 0 additions & 3 deletions doomsday/libgui/src/graphics/imagebank.cpp
Expand Up @@ -61,8 +61,6 @@ DENG2_PIMPL_NOREF(ImageBank)
return image.byteCount();
}
};

//String relativeToPath;
};

ImageBank::ImageBank(Flags const &flags) : InfoBank(flags), d(new Instance)
Expand All @@ -76,7 +74,6 @@ void ImageBank::add(DotPath const &path, String const &imageFilePath)
void ImageBank::addFromInfo(File const &file)
{
LOG_AS("ImageBank");
//d->relativeToPath = file.path().fileNamePath();
parse(file);
addFromInfoBlocks("image");
}
Expand Down

0 comments on commit e318bbe

Please sign in to comment.