Remove some archaic code.

This commit is contained in:
James Turner
2016-10-06 18:32:48 +01:00
parent a97c145f56
commit dd52b6af50

View File

@@ -38,12 +38,6 @@ using std::cerr;
# include "PropertyInterpolationMgr.hxx"
# include "vectorPropTemplates.hxx"
# if ( _MSC_VER == 1200 )
// MSVC 6 is buggy, and needs something strange here
using std::vector<SGPropertyNode_ptr>;
using std::vector<SGPropertyChangeListener *>;
using std::vector<SGPropertyNode *>;
# endif
#endif
using std::endl;