summaryrefslogtreecommitdiff
path: root/graphics/yafaray/files/patch-src_yafraycore_ccthreads.h
blob: 082cf1d35429fd8518331b5adb00038d75ab309d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/yafraycore/ccthreads.h.orig	2007-07-02 17:04:18.000000000 -0400
+++ src/yafraycore/ccthreads.h	2007-07-02 17:04:33.000000000 -0400
@@ -81,9 +81,7 @@
 		virtual void body()=0;
 		void run();
 		void wait();
-		int getId() {return (int)id;};
 		pthread_t getPid() {return id;};
-		int getSelf() {return (int)pthread_self();};
 		bool isRunning()const {return running;};
 	protected:
 		bool running;