Remove unused variables, unused assignments

This commit is contained in:
Paul Cornett
2019-02-25 09:12:43 -08:00
parent ceee8d554a
commit b5028f267d
7 changed files with 1 additions and 22 deletions

View File

@@ -211,7 +211,6 @@ bool wxGenericDragImage::BeginDrag(const wxPoint& hotspot,
// dragged.
wxSize clientSize;
wxPoint pt;
if (!m_fullScreen)
{
clientSize = window->GetClientSize();
@@ -225,7 +224,6 @@ bool wxGenericDragImage::BeginDrag(const wxPoint& hotspot,
clientSize.x = w; clientSize.y = h;
if (rect)
{
pt.x = m_boundingRect.x; pt.y = m_boundingRect.y;
clientSize.x = m_boundingRect.width; clientSize.y = m_boundingRect.height;
}
else