summaryrefslogtreecommitdiff
path: root/graphics/libfpx/files/patch-unused-privates
blob: 434dfd56aba4995286679fe6fb04b1fd2ea9f0ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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];
 };
 
 //+-------------------------------------------------------------------------