Revert r39846 and r39847.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39849 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent
2010-12-14 17:55:38 +00:00
parent 68258fd9d0
commit 27a115f668
11 changed files with 1 additions and 192 deletions
-2
View File
@@ -234,8 +234,6 @@ void user_debug_team_deleted(team_id teamID, port_id debuggerPort);
void user_debug_team_exec();
void user_debug_update_new_thread_flags(thread_id threadID);
void user_debug_thread_created(thread_id threadID);
void user_debug_thread_renamed(thread_id threadID, const char* name);
void user_debug_thread_priority_changed(thread_id threadID, int32 priority);
void user_debug_thread_deleted(team_id teamID, thread_id threadID);
void user_debug_thread_exiting(struct thread* thread);
void user_debug_image_created(const image_info *imageInfo);