no longer needed
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16514 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3afffe04bb
commit
d511c14bbd
@ -81,10 +81,6 @@ public:
|
||||
window_look look, window_feel feel, uint32 flags,
|
||||
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.
|
||||
inline ServerApp* App() const { return fServerApp; }
|
||||
::Desktop* Desktop() const { return fDesktop; }
|
||||
@ -153,7 +149,6 @@ private:
|
||||
BMessenger fHandlerMessenger;
|
||||
::EventTarget fEventTarget;
|
||||
|
||||
BMessage fClientViewsWithInvalidCoords;
|
||||
int32 fRedrawRequested;
|
||||
|
||||
int32 fServerToken;
|
||||
|
Loading…
Reference in New Issue
Block a user