Remove unused variables, unused assignments
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user