git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27413 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
     if (paintState == paintAbandoned) {
         // Painting area was insufficient to cover new styling or brace
         // highlight positions
     if (paintState == paintAbandoned) {
         // Painting area was insufficient to cover new styling or brace
         // highlight positions
     }
     paintState = notPainting;
     dc->EndDrawing();
     }
     paintState = notPainting;
     dc->EndDrawing();
 //----------------------------------------------------------------------
 
 // Force the whole window to be repainted
 //----------------------------------------------------------------------
 
 // Force the whole window to be repainted
-void ScintillaWX::FullPaint(wxDC *dc) {
+void ScintillaWX::FullPaint() {
     stc->Refresh(false);
     stc->Update();
 }
     stc->Refresh(false);
     stc->Update();
 }
 
-    void FullPaint(wxDC *dc);
     bool CanPaste();
     bool GetHideSelection() { return hideSelection; }
     void DoScrollToLine(int line);
     bool CanPaste();
     bool GetHideSelection() { return hideSelection; }
     void DoScrollToLine(int line);
 
     if (paintState == paintAbandoned) {
         // Painting area was insufficient to cover new styling or brace
         // highlight positions
     if (paintState == paintAbandoned) {
         // Painting area was insufficient to cover new styling or brace
         // highlight positions
     }
     paintState = notPainting;
     dc->EndDrawing();
     }
     paintState = notPainting;
     dc->EndDrawing();
 //----------------------------------------------------------------------
 
 // Force the whole window to be repainted
 //----------------------------------------------------------------------
 
 // Force the whole window to be repainted
-void ScintillaWX::FullPaint(wxDC *dc) {
+void ScintillaWX::FullPaint() {
     stc->Refresh(false);
     stc->Update();
 }
     stc->Refresh(false);
     stc->Update();
 }
 
-    void FullPaint(wxDC *dc);
     bool CanPaste();
     bool GetHideSelection() { return hideSelection; }
     void DoScrollToLine(int line);
     bool CanPaste();
     bool GetHideSelection() { return hideSelection; }
     void DoScrollToLine(int line);