Revert "Fix gcc2 build on Mac OS X Lion"
now that Alex Smith has fixed the build system on Lion this
work-around can now be reverted.
This reverts commit 7c369a4b3f.
This commit is contained in:
@@ -102,14 +102,6 @@ protected:
|
||||
void SetupErrorBuffer(int x, int y, int width);
|
||||
void DitherFloydSteinberg(uchar* destination,
|
||||
const uchar* source, int x, int y, int width);
|
||||
// Do nothing method to get around a bug in
|
||||
// the gcc2 cross-compiler built on Mac OS X
|
||||
// Lion where a compiler error occurs when
|
||||
// assigning a member function pointer to NULL
|
||||
// or 0: cast specifies signature type.
|
||||
// However, this should be legal according to
|
||||
// the C++03 standard.
|
||||
void DitherNone(uchar*, const uchar*, int, int, int) {};
|
||||
|
||||
private:
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user