No need for the kWorkspacesWindow flag anymore.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24388 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-03-14 11:19:57 +00:00
parent 97b3cb2672
commit 58c42ec9de
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2005, Jérôme Duval, [email protected].
* Copyright 2005-2008, Jérôme Duval, [email protected].
* Distributed under the terms of the MIT License.
*/
#ifndef _WINDOW_PRIVATE_H
@@ -26,7 +26,6 @@ const window_type kWindowScreenWindow = window_type(1026);
/* Private window flags */
const uint32 kWorkspacesWindowFlag = 0x8000;
const uint32 kWindowScreenFlag = 0x10000;
#endif // _WINDOW_PRIVATE_H
-1
View File
@@ -1674,7 +1674,6 @@ Window::ValidWindowFlags()
| B_ASYNCHRONOUS_CONTROLS
| B_QUIT_ON_WINDOW_CLOSE
| B_SAME_POSITION_IN_ALL_WORKSPACES
| kWorkspacesWindowFlag
| kWindowScreenFlag;
}