diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-07 22:51:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-07 22:51:42 +0300 |
commit | 17eb4c92bdaf20f66ef576028c67c80fcea93913 (patch) | |
tree | 4936eef82e62e6cd3107b2c99a9821b48902a59f /src/gui/windows | |
parent | 9fe21fcd8883b37bdc30224822e6e42afb35b8f0 (diff) | |
download | plus-17eb4c92bdaf20f66ef576028c67c80fcea93913.tar.gz plus-17eb4c92bdaf20f66ef576028c67c80fcea93913.tar.bz2 plus-17eb4c92bdaf20f66ef576028c67c80fcea93913.tar.xz plus-17eb4c92bdaf20f66ef576028c67c80fcea93913.zip |
Fix code style.
Diffstat (limited to 'src/gui/windows')
-rw-r--r-- | src/gui/windows/cutinwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/windows/cutinwindow.cpp b/src/gui/windows/cutinwindow.cpp index 1a38661b8..571030407 100644 --- a/src/gui/windows/cutinwindow.cpp +++ b/src/gui/windows/cutinwindow.cpp @@ -100,7 +100,6 @@ void CutInWindow::show(const std::string &name, const int height = mImage->getHeight() + mTitleBarHeight + mPadding; - logger->log("detected sizes: %d, %d", mImage->getWidth(), mImage->getHeight()); const int screenWidth = mainGraphics->mWidth; const int screenHeight = mainGraphics->mHeight; |