summaryrefslogtreecommitdiff
path: root/graphics/libfpx/files/patch-unused-privates
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libfpx/files/patch-unused-privates')
-rw-r--r--graphics/libfpx/files/patch-unused-privates25
1 files changed, 0 insertions, 25 deletions
diff --git a/graphics/libfpx/files/patch-unused-privates b/graphics/libfpx/files/patch-unused-privates
deleted file mode 100644
index 04f76a4e4b63..000000000000
--- a/graphics/libfpx/files/patch-unused-privates
+++ /dev/null
@@ -1,25 +0,0 @@
-These fields have been unused for many years, but it is only now,
-that some compilers (clang-3.2) complain about it...
-
- -mi
-
---- fpx/fpximgvw.h 2007-11-02 03:10:05.000000000 -0400
-+++ fpx/fpximgvw.h 2012-10-12 12:28:39.000000000 -0400
-@@ -300,6 +300,4 @@
-
- PFileFlashPixView* filePtr; // The image file descriptor
-- OLEStorage* sourceStorage; // Source FPX Image storage
-- OLEStorage* resultStorage; // Result FPX Image storage
-
- // Geometric parameters
---- oless/h/dir.hxx.orig 2012-11-23 13:08:46.000000000 +0800
-+++ oless/h/dir.hxx 2012-11-23 13:09:02.000000000 +0800
-@@ -140,8 +140,6 @@
- private:
- inline BYTE GetBitFlags() const;
- inline void SetBitFlags(BYTE bValue, BYTE bMask);
--
-- BYTE _bpad[CBDIRPAD];
- };
-
- //+-------------------------------------------------------------------------