Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 4, 2012
1 parent 1e3ebd5 commit 4dfeabf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/engine/src/ui/window.cpp
Expand Up @@ -1534,7 +1534,7 @@ void Window_SaveState(Window* wnd)
de::Config &config = de::App::config();

QRect normRect = wnd->normalRect();
de::ArrayValue* rect = new de::ArrayValue;
de::ArrayValue *rect = new de::ArrayValue;
*rect << de::NumberValue(normRect.left())
<< de::NumberValue(normRect.top())
<< de::NumberValue(normRect.width())
Expand Down
1 change: 0 additions & 1 deletion doomsday/libdeng2/src/filesys/file.cpp
Expand Up @@ -197,7 +197,6 @@ dsize File::size() const
File::Accessor::Accessor(File &owner, Property prop) : _owner(owner), _prop(prop)
{
/// @todo Accessor should listen for deletion of the owner file.
update();
}

void File::Accessor::update() const
Expand Down

0 comments on commit 4dfeabf

Please sign in to comment.