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:
Michael Lotz 2010-12-28 12:47:22 +00:00
parent 2a74e90028
commit 951366c59d
2 changed files with 1 additions and 1 deletions

View File

@ -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),

View File

@ -306,7 +306,6 @@ private:
DesktopSettingsPrivate* fSettings;
port_id fMessagePort;
::EventDispatcher fEventDispatcher;
port_id fInputPort;
area_id fSharedReadOnlyArea;
server_read_only_memory* fServerReadOnlyMemory;