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:
parent
174459d703
commit
3cace414ad
@ -119,7 +119,6 @@ private:
|
||||
virtual bool ScriptReceived(BMessage* msg, int32 index,
|
||||
BMessage* specifier, int32 form,
|
||||
const char* property);
|
||||
void run_task();
|
||||
void InitData(const char* signature, bool initGUI,
|
||||
status_t* error);
|
||||
void BeginRectTracking(BRect r, bool trackWhole);
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user