Removed run_task(), as it's not really needed.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15057 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-11-21 12:35:30 +00:00
parent 174459d703
commit 3cace414ad
2 changed files with 1 additions and 10 deletions
+1 -9
View File
@@ -484,7 +484,7 @@ BApplication::Run()
fRunCalled = true;
run_task();
task_looper();
delete fPulseRunner;
return thread;
@@ -974,14 +974,6 @@ BApplication::ScriptReceived(BMessage *message, int32 index,
}
void
BApplication::run_task()
{
// ToDo: run_task() could be removed completely
task_looper();
}
void
BApplication::BeginRectTracking(BRect rect, bool trackWhole)
{