diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-07 21:47:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-07 21:47:00 +0300 |
commit | 4f8e8c36290e46c00fa0266c4e4af553fac59a4c (patch) | |
tree | 618c1c9359a44aae173d5f7276e4bbfafccd7111 /src/gui/gui.cpp | |
parent | b638b4ca0dbe20e83e30a18f30357ddcc85c64d8 (diff) | |
download | plus-4f8e8c36290e46c00fa0266c4e4af553fac59a4c.tar.gz plus-4f8e8c36290e46c00fa0266c4e4af553fac59a4c.tar.bz2 plus-4f8e8c36290e46c00fa0266c4e4af553fac59a4c.tar.xz plus-4f8e8c36290e46c00fa0266c4e4af553fac59a4c.zip |
Fix code style.
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r-- | src/gui/gui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 95a94900a..d751c6ec0 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -761,7 +761,6 @@ void Gui::handleMouseReleased(const gcn::MouseInput &mouseInput) mouseInput.getButton(), mouseInput.getX(), mouseInput.getY()); - } } |