no longer needed

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16514 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2006-02-26 17:52:16 +00:00
parent 3afffe04bb
commit d511c14bbd
1 changed files with 0 additions and 5 deletions

View File

@ -81,10 +81,6 @@ public:
window_look look, window_feel feel, uint32 flags, window_look look, window_feel feel, uint32 flags,
uint32 workspace); uint32 workspace);
// TODO: Ouch, that's not exactly a nice name
inline BMessage &ClientViewsWithInvalidCoords()
{ return fClientViewsWithInvalidCoords; };
// to who we belong. who do we own. our title. // to who we belong. who do we own. our title.
inline ServerApp* App() const { return fServerApp; } inline ServerApp* App() const { return fServerApp; }
::Desktop* Desktop() const { return fDesktop; } ::Desktop* Desktop() const { return fDesktop; }
@ -153,7 +149,6 @@ private:
BMessenger fHandlerMessenger; BMessenger fHandlerMessenger;
::EventTarget fEventTarget; ::EventTarget fEventTarget;
BMessage fClientViewsWithInvalidCoords;
int32 fRedrawRequested; int32 fRedrawRequested;
int32 fServerToken; int32 fServerToken;