fixed / removed comments
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32563 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1f3bec8961
commit
c1df12d278
@ -35,7 +35,7 @@ using namespace BPrivate;
|
||||
|
||||
static BObjectList<BPrivateScreen> sScreens(2, true);
|
||||
|
||||
// used to synchronize creation/deletion of the sScreen object
|
||||
// used to synchronize creation/deletion of the sScreen objects
|
||||
static BLocker sScreenLock("screen lock");
|
||||
|
||||
|
||||
@ -171,8 +171,6 @@ BPrivateScreen::ColorSpace()
|
||||
BRect
|
||||
BPrivateScreen::Frame()
|
||||
{
|
||||
// If something goes wrong, we just return this rectangle.
|
||||
|
||||
if (system_time() > fLastUpdate + 10000) {
|
||||
// invalidate the settings after 10 msecs
|
||||
BPrivate::AppServerLink link;
|
||||
|
Loading…
Reference in New Issue
Block a user