diff options
author | nyamatongwe <devnull@localhost> | 2013-05-02 09:52:16 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2013-05-02 09:52:16 +1000 |
commit | f5580ed2880afcdf9cbacf5ac0806d45f1e83e70 (patch) | |
tree | af413e71d88ab46170235f82f3210075fc701532 | |
parent | ee593eb71baeea1912dfd1b16fc4a765d589d8cd (diff) | |
download | scintilla-mirror-f5580ed2880afcdf9cbacf5ac0806d45f1e83e70.tar.gz |
Removed variable which is no longer used due to change 4520.
-rw-r--r-- | qt/ScintillaEditBase/PlatQt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt/ScintillaEditBase/PlatQt.cpp b/qt/ScintillaEditBase/PlatQt.cpp index d0ffcc127..c7ec303ed 100644 --- a/qt/ScintillaEditBase/PlatQt.cpp +++ b/qt/ScintillaEditBase/PlatQt.cpp @@ -655,7 +655,6 @@ void Window::SetPositionRelative(PRectangle rc, Window relativeTo) int sizex = rc.right - rc.left; int sizey = rc.bottom - rc.top; int screenWidth = rectDesk.width(); - int screenHeight = rectDesk.height(); if (ox < rectDesk.x()) ox = rectDesk.x(); if (sizex > screenWidth) |