Remove BCC-specific conditionally compiled code
This commit is contained in:
parent
f57f214122
commit
a6d4799de9
43 changed files with 52 additions and 391 deletions
|
|
@ -321,11 +321,6 @@ public:
|
|||
#endif // wxUSE_STREAMS
|
||||
|
||||
bool Create( const char* const* xpmData );
|
||||
#ifdef __BORLANDC__
|
||||
// needed for Borland 5.5
|
||||
wxImage( char** xpmData ) { Create(const_cast<const char* const*>(xpmData)); }
|
||||
bool Create( char** xpmData ) { return Create(const_cast<const char* const*>(xpmData)); }
|
||||
#endif
|
||||
|
||||
bool Create( int width, int height, bool clear = true );
|
||||
bool Create( int width, int height, unsigned char* data, bool static_data = false );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue