]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/textctrl.cpp
Somebody forgot to restore from testing phase.
[wxWidgets.git] / src / univ / textctrl.cpp
index 58c2b8be3e812d62fd5fe27e7cde7cfa31cd478f..92553baa442592b9bd8d279aed189d6859bfbe74 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "univtextctrl.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
@@ -639,9 +635,6 @@ void wxTextCtrl::Init()
     m_heightLine =
     m_widthAvg = -1;
 
-    // init wxScrollHelper
-    SetWindow(this);
-
     // init the undo manager
     m_cmdProcessor = new wxTextCtrlCommandProcessor(this);