Fix 32 bit wxOSX build after wrong merge

Correct wrong merge of 1c0ecec225, the
checks for __LP64__ should have been removed in the merge commit
aaae5ef702 but were mistakenly left in.

See https://github.com/wxWidgets/wxWidgets/pull/377
This commit is contained in:
Vadim Zeitlin 2017-07-16 14:54:28 +02:00
parent dfd03f5fee
commit a2056d7314

View File

@ -372,9 +372,6 @@ private:
// NSTextFieldCell customized to allow vertical alignment
// ============================================================================
#ifndef __LP64__
#define wxTextFieldCell NSTextFieldCell
#else
@interface wxTextFieldCell : NSTextFieldCell
{
@private
@ -384,7 +381,6 @@ private:
-(void) setWXAlignment:(int)alignment;
@end
#endif
// ============================================================================
// wxImageTextCell