Revert "add changed files"

This reverts commit 7f2f83b16e.


Origin commit data
------------------
Branch: master
Commit: 745b3054ba
Author: max_10 <max_10@gmx.de>
Date: 2018-09-20 (Thu, 20 Sep 2018)



------------------
This commit was generated by Migit
This commit is contained in:
max_10
2018-09-20 17:45:07 +02:00
committed by Thilo Graf
parent 6f64c1822e
commit 0000cd168c
9 changed files with 18 additions and 20 deletions

View File

@@ -30,5 +30,4 @@ void Thread::joinThread()
void* Thread::runThread(void* ptr)
{
((Thread*)ptr)->run();
return 0;
}