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:
parent
0fe3b23138
commit
32f1f0837e
@ -588,7 +588,6 @@ void wxToolBar::OnMouse( wxMouseEvent &event )
|
||||
|
||||
ControlHandle control ;
|
||||
Point localwhere ;
|
||||
GrafPtr port ;
|
||||
SInt16 controlpart ;
|
||||
WindowRef window = (WindowRef) MacGetRootWindow() ;
|
||||
|
||||
|
@ -588,7 +588,6 @@ void wxToolBar::OnMouse( wxMouseEvent &event )
|
||||
|
||||
ControlHandle control ;
|
||||
Point localwhere ;
|
||||
GrafPtr port ;
|
||||
SInt16 controlpart ;
|
||||
WindowRef window = (WindowRef) MacGetRootWindow() ;
|
||||
|
||||
|
@ -2205,7 +2205,6 @@ void RTFOnMacro(int macroId, int no_args, bool start)
|
||||
{
|
||||
struc->currentItem += 1;
|
||||
|
||||
int indentSize = struc->indentation;
|
||||
int oldIndent = 0;
|
||||
wxNode *node2 = NULL;
|
||||
if (itemizeStack.Number() > 1) // TODO: do I actually mean Nth(0) here??
|
||||
|
Loading…
Reference in New Issue
Block a user