aboutsummaryrefslogtreecommitdiff
path: root/graphics/yafaray/files/patch-src_yafraycore_ccthreads.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/yafaray/files/patch-src_yafraycore_ccthreads.h')
-rw-r--r--graphics/yafaray/files/patch-src_yafraycore_ccthreads.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/yafaray/files/patch-src_yafraycore_ccthreads.h b/graphics/yafaray/files/patch-src_yafraycore_ccthreads.h
deleted file mode 100644
index 082cf1d35429..000000000000
--- a/graphics/yafaray/files/patch-src_yafraycore_ccthreads.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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;