Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 12, 2017
1 parent 1316dea commit c01c6e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions doomsday/apps/client/src/ui/home/homewidget.cpp
Expand Up @@ -220,8 +220,7 @@ DENG_GUI_PIMPL(HomeWidget)

void appStartupCompleted()
{
blanker->start(0.75);
//blanker->guiDeleteLater();
blanker->start(0.3);
}

void gameReadinessUpdated()
Expand Down
2 changes: 1 addition & 1 deletion doomsday/sdk/libcore/src/filesys/filesystem.cpp
Expand Up @@ -61,7 +61,7 @@ DENG2_PIMPL_NOREF(FileSystem)
~Impl()
{
root.reset();

DENG2_GUARD(typeIndex);
qDeleteAll(typeIndex.value.values());
typeIndex.value.clear();
Expand Down

0 comments on commit c01c6e0

Please sign in to comment.