]> git.saurik.com Git - wxWidgets.git/commitdiff
removed unused variable
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 14 Jul 2002 13:19:56 +0000 (13:19 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 14 Jul 2002 13:19:56 +0000 (13:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/toolbar.cpp
src/mac/toolbar.cpp
utils/tex2rtf/src/rtfutils.cpp

index f9e68cbd21dc508a28dc3d3ff3989eb9f51ac994..3f0ee10f2ea07c79dad58b1b53a9ef2d8a12fd7b 100644 (file)
@@ -588,7 +588,6 @@ void  wxToolBar::OnMouse( wxMouseEvent &event )
                        
                ControlHandle   control ;
                Point           localwhere ;
-               GrafPtr         port ;
                SInt16          controlpart ;
                WindowRef       window = (WindowRef) MacGetRootWindow() ;
                
index f9e68cbd21dc508a28dc3d3ff3989eb9f51ac994..3f0ee10f2ea07c79dad58b1b53a9ef2d8a12fd7b 100644 (file)
@@ -588,7 +588,6 @@ void  wxToolBar::OnMouse( wxMouseEvent &event )
                        
                ControlHandle   control ;
                Point           localwhere ;
-               GrafPtr         port ;
                SInt16          controlpart ;
                WindowRef       window = (WindowRef) MacGetRootWindow() ;
                
index a33c1628b8637ab9e89cdae83daad4caa624e0d2..d475d969314f8570589681ead8e75b155762212d 100644 (file)
@@ -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??