CID 10231: Remove unused fInputPort member and initilize fShutdownCount, even
though it's used only in the special case of running as BApplication. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39977 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -412,6 +412,7 @@ Desktop::Desktop(uid_t userID, const char* targetScreen)
|
|||||||
fSharedReadOnlyArea(-1),
|
fSharedReadOnlyArea(-1),
|
||||||
fApplicationsLock("application list"),
|
fApplicationsLock("application list"),
|
||||||
fShutdownSemaphore(-1),
|
fShutdownSemaphore(-1),
|
||||||
|
fShutdownCount(0),
|
||||||
fScreenLock("screen lock"),
|
fScreenLock("screen lock"),
|
||||||
fDirectScreenLock("direct screen lock"),
|
fDirectScreenLock("direct screen lock"),
|
||||||
fDirectScreenTeam(-1),
|
fDirectScreenTeam(-1),
|
||||||
|
|||||||
@@ -306,7 +306,6 @@ private:
|
|||||||
DesktopSettingsPrivate* fSettings;
|
DesktopSettingsPrivate* fSettings;
|
||||||
port_id fMessagePort;
|
port_id fMessagePort;
|
||||||
::EventDispatcher fEventDispatcher;
|
::EventDispatcher fEventDispatcher;
|
||||||
port_id fInputPort;
|
|
||||||
area_id fSharedReadOnlyArea;
|
area_id fSharedReadOnlyArea;
|
||||||
server_read_only_memory* fServerReadOnlyMemory;
|
server_read_only_memory* fServerReadOnlyMemory;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user