Deprecate DLIST in GerbView

This commit is contained in:
Ian McInerney 2020-01-03 19:40:11 +00:00
parent 81292d2bf1
commit b18b08e944
2 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,6 @@
#define GERBER_DRAW_ITEM_H
#include <base_struct.h>
#include <dlist.h>
#include <layers_id_colors_and_visibility.h>
#include <gr_basic.h>
#include <gbr_netlist_metadata.h>

View File

@ -140,7 +140,7 @@ public:
*/
template <class T>
class
#if !defined( EESCHEMA ) && !defined( GERBVIEW )
#if !defined( EESCHEMA )
wxDEPRECATED_MSG( "DLIST is deprecated, do not use in new code" )
#endif
DLIST : public DHEAD