diff options
author | nyamatongwe <unknown> | 2013-05-02 09:52:16 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-05-02 09:52:16 +1000 |
commit | ce991de86c75ce19395b19decfb804a049837cc1 (patch) | |
tree | 8d86fd9e25fd9317bd54f6488376a0f999cd5bf1 /qt/ScintillaEditBase/PlatQt.cpp | |
parent | 2905e26396f928d4cc7e38c0ef4bc1bb60c260e1 (diff) | |
download | scintilla-mirror-ce991de86c75ce19395b19decfb804a049837cc1.tar.gz |
Removed variable which is no longer used due to change 4520.
Diffstat (limited to 'qt/ScintillaEditBase/PlatQt.cpp')
-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) |