]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/window.cpp
Removed TABs that had gotten in to the source
[wxWidgets.git] / src / os2 / window.cpp
index 7a70fa144ad5300dac67ad0f1cd88b3e71e90bb7..2aef2aaeffc9c47a94658318ce47d7e5c116d42d 100644 (file)
@@ -369,14 +369,6 @@ bool wxWindow::Create(
         }
         else
             nTempy = pParent->GetSize().y - (vPos.y + rSize.y);
-#if 0
-        if (nTempy < 0)
-        {
-            nTempy = pParent->GetSize().y + (vPos.y + rSize.y);
-            pParent->SetSize(0, 0, pParent->GetSize().x, nTempy);
-            nTempy = pParent->GetSize().y - (vPos.y + rSize.y);
-        }
-#endif
         vPos.y = nTempy;
         if ( pParent->IsKindOf(CLASSINFO(wxGenericScrolledWindow)) ||
              pParent->IsKindOf(CLASSINFO(wxScrolledWindow))