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:
parent
2a74e90028
commit
951366c59d
@ -412,6 +412,7 @@ Desktop::Desktop(uid_t userID, const char* targetScreen)
|
||||
fSharedReadOnlyArea(-1),
|
||||
fApplicationsLock("application list"),
|
||||
fShutdownSemaphore(-1),
|
||||
fShutdownCount(0),
|
||||
fScreenLock("screen lock"),
|
||||
fDirectScreenLock("direct screen lock"),
|
||||
fDirectScreenTeam(-1),
|
||||
|
@ -306,7 +306,6 @@ private:
|
||||
DesktopSettingsPrivate* fSettings;
|
||||
port_id fMessagePort;
|
||||
::EventDispatcher fEventDispatcher;
|
||||
port_id fInputPort;
|
||||
area_id fSharedReadOnlyArea;
|
||||
server_read_only_memory* fServerReadOnlyMemory;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user