diff options
Diffstat (limited to 'graphics/rawtherapee/files/patch-rtengine_myfile.cc')
-rw-r--r-- | graphics/rawtherapee/files/patch-rtengine_myfile.cc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/rawtherapee/files/patch-rtengine_myfile.cc b/graphics/rawtherapee/files/patch-rtengine_myfile.cc deleted file mode 100644 index 2aaded0f3997..000000000000 --- a/graphics/rawtherapee/files/patch-rtengine_myfile.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- rtengine/myfile.cc.orig 2010-01-10 19:00:52.000000000 -0800 -+++ rtengine/myfile.cc 2010-01-10 19:01:08.000000000 -0800 -@@ -19,7 +19,9 @@ - #include <myfile.h>
- #include <cstdarg> - #include <glibmm.h> -+#ifdef RAWZOR_SUPPORT - #include <rwz_sdk.h>
-+#endif - - IMFILE* fopen (const char* fname) {
- |