BLaunchRoster: removed be_launch_roster again.

* Not implemented, an unused -- no need for a global instance.
This commit is contained in:
Axel Dörfler
2015-07-22 20:45:33 +02:00
parent 5e17d2d743
commit 326e03f721
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -51,8 +51,5 @@ private:
uint32 _reserved[5];
};
// global BLaunchRoster instance
extern const BLaunchRoster* be_launch_roster;
#endif // _LAUNCH_ROSTER_H
-3
View File
@@ -21,9 +21,6 @@
using namespace BPrivate;
const BLaunchRoster* be_launch_roster;
BLaunchRoster::Private::Private(BLaunchRoster* roster)
:
fRoster(roster)