Removed deprecated pragmas to mute warnings
This commit is contained in:
parent
2717c63c6a
commit
1420a0179f
|
@ -10,11 +10,6 @@
|
|||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
// #pragma implementation "plot.h"
|
||||
#pragma implementation "mathplot.h"
|
||||
#endif
|
||||
|
||||
#include <wx/window.h>
|
||||
|
||||
// Comment out for release operation:
|
||||
|
|
|
@ -58,10 +58,6 @@ Jose Luis Blanco, Val Greene.<br>
|
|||
#define WXDLLIMPEXP_DATA_MATHPLOT(type) type
|
||||
#endif
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "mathplot.h"
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
|
||||
// #include <wx/wx.h>
|
||||
|
|
Loading…
Reference in New Issue