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:
@@ -119,7 +119,6 @@ private:
|
|||||||
virtual bool ScriptReceived(BMessage* msg, int32 index,
|
virtual bool ScriptReceived(BMessage* msg, int32 index,
|
||||||
BMessage* specifier, int32 form,
|
BMessage* specifier, int32 form,
|
||||||
const char* property);
|
const char* property);
|
||||||
void run_task();
|
|
||||||
void InitData(const char* signature, bool initGUI,
|
void InitData(const char* signature, bool initGUI,
|
||||||
status_t* error);
|
status_t* error);
|
||||||
void BeginRectTracking(BRect r, bool trackWhole);
|
void BeginRectTracking(BRect r, bool trackWhole);
|
||||||
|
|||||||
@@ -484,7 +484,7 @@ BApplication::Run()
|
|||||||
|
|
||||||
fRunCalled = true;
|
fRunCalled = true;
|
||||||
|
|
||||||
run_task();
|
task_looper();
|
||||||
|
|
||||||
delete fPulseRunner;
|
delete fPulseRunner;
|
||||||
return thread;
|
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
|
void
|
||||||
BApplication::BeginRectTracking(BRect rect, bool trackWhole)
|
BApplication::BeginRectTracking(BRect rect, bool trackWhole)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user