fixed / removed comments

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32563 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2009-08-21 11:50:21 +00:00
parent 1f3bec8961
commit c1df12d278

View File

@ -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;