Stubbed out WinBorder class

Uncommented code in other files dependent on WinBorder


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2703 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-02-14 01:53:53 +00:00
parent c8e261ddfa
commit 2a4228b556
11 changed files with 414 additions and 44 deletions
-1
View File
@@ -88,7 +88,6 @@ ServerApp::~ServerApp(void)
{
int32 i;
// TODO: Enable this when we have ServerWindow implemented
ServerWindow *tempwin;
for(i=0;i<_winlist->CountItems();i++)
{