Deprecate DLIST in GerbView
This commit is contained in:
parent
81292d2bf1
commit
b18b08e944
|
@ -30,7 +30,6 @@
|
||||||
#define GERBER_DRAW_ITEM_H
|
#define GERBER_DRAW_ITEM_H
|
||||||
|
|
||||||
#include <base_struct.h>
|
#include <base_struct.h>
|
||||||
#include <dlist.h>
|
|
||||||
#include <layers_id_colors_and_visibility.h>
|
#include <layers_id_colors_and_visibility.h>
|
||||||
#include <gr_basic.h>
|
#include <gr_basic.h>
|
||||||
#include <gbr_netlist_metadata.h>
|
#include <gbr_netlist_metadata.h>
|
||||||
|
|
|
@ -140,7 +140,7 @@ public:
|
||||||
*/
|
*/
|
||||||
template <class T>
|
template <class T>
|
||||||
class
|
class
|
||||||
#if !defined( EESCHEMA ) && !defined( GERBVIEW )
|
#if !defined( EESCHEMA )
|
||||||
wxDEPRECATED_MSG( "DLIST is deprecated, do not use in new code" )
|
wxDEPRECATED_MSG( "DLIST is deprecated, do not use in new code" )
|
||||||
#endif
|
#endif
|
||||||
DLIST : public DHEAD
|
DLIST : public DHEAD
|
||||||
|
|
Loading…
Reference in New Issue