Deprecate DLIST in GerbView
This commit is contained in:
parent
81292d2bf1
commit
b18b08e944
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue