Removed deprecated pragmas to mute warnings

This commit is contained in:
Maciej Suminski 2016-09-26 14:53:43 +02:00
parent 2717c63c6a
commit 1420a0179f
2 changed files with 0 additions and 9 deletions

View File

@ -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:

View File

@ -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>