removed unused variable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -588,7 +588,6 @@ void wxToolBar::OnMouse( wxMouseEvent &event )
|
|||||||
|
|
||||||
ControlHandle control ;
|
ControlHandle control ;
|
||||||
Point localwhere ;
|
Point localwhere ;
|
||||||
GrafPtr port ;
|
|
||||||
SInt16 controlpart ;
|
SInt16 controlpart ;
|
||||||
WindowRef window = (WindowRef) MacGetRootWindow() ;
|
WindowRef window = (WindowRef) MacGetRootWindow() ;
|
||||||
|
|
||||||
|
@@ -588,7 +588,6 @@ void wxToolBar::OnMouse( wxMouseEvent &event )
|
|||||||
|
|
||||||
ControlHandle control ;
|
ControlHandle control ;
|
||||||
Point localwhere ;
|
Point localwhere ;
|
||||||
GrafPtr port ;
|
|
||||||
SInt16 controlpart ;
|
SInt16 controlpart ;
|
||||||
WindowRef window = (WindowRef) MacGetRootWindow() ;
|
WindowRef window = (WindowRef) MacGetRootWindow() ;
|
||||||
|
|
||||||
|
@@ -2205,7 +2205,6 @@ void RTFOnMacro(int macroId, int no_args, bool start)
|
|||||||
{
|
{
|
||||||
struc->currentItem += 1;
|
struc->currentItem += 1;
|
||||||
|
|
||||||
int indentSize = struc->indentation;
|
|
||||||
int oldIndent = 0;
|
int oldIndent = 0;
|
||||||
wxNode *node2 = NULL;
|
wxNode *node2 = NULL;
|
||||||
if (itemizeStack.Number() > 1) // TODO: do I actually mean Nth(0) here??
|
if (itemizeStack.Number() > 1) // TODO: do I actually mean Nth(0) here??
|
||||||
|
Reference in New Issue
Block a user