From aaff012f00e89ffe89e7fee0e52a99f83d761036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sun, 30 Apr 2006 10:48:02 +0000 Subject: [PATCH] Rudolf convinced me to enable WaitForRetrace() again, the ATI driver should be fixed instead (not to export the retrace semaphore when interrupts are disabled) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17274 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/interface/PrivateScreen.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/kits/interface/PrivateScreen.cpp b/src/kits/interface/PrivateScreen.cpp index f824ab54cb..ff74930725 100644 --- a/src/kits/interface/PrivateScreen.cpp +++ b/src/kits/interface/PrivateScreen.cpp @@ -213,8 +213,6 @@ BPrivateScreen::GetNextID(screen_id& id) status_t BPrivateScreen::WaitForRetrace(bigtime_t timeout) { -// TODO: remove when interrupts are enabled again in the ATI driver -return B_ERROR; // Get the retrace semaphore if it's the first time // we are called. Cache the value then. if (!fRetraceSemValid)