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
View File
@@ -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);