Skip to content

Commit

Permalink
BLaunchRoster: removed be_launch_roster again.
Browse files Browse the repository at this point in the history
* Not implemented, an unused -- no need for a global instance.
  • Loading branch information
axeld committed Jul 22, 2015
1 parent 5e17d2d commit 326e03f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions headers/private/app/LaunchRoster.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,5 @@ class BLaunchRoster {
uint32 _reserved[5];
};

// global BLaunchRoster instance
extern const BLaunchRoster* be_launch_roster;


#endif // _LAUNCH_ROSTER_H
3 changes: 0 additions & 3 deletions src/kits/app/LaunchRoster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
using namespace BPrivate;


const BLaunchRoster* be_launch_roster;


BLaunchRoster::Private::Private(BLaunchRoster* roster)
:
fRoster(roster)
Expand Down

0 comments on commit 326e03f

Please sign in to comment.