diff --git a/pcbnew/class_edge_mod.h b/pcbnew/class_edge_mod.h index 038b593ffa..ed5453b162 100644 --- a/pcbnew/class_edge_mod.h +++ b/pcbnew/class_edge_mod.h @@ -94,6 +94,7 @@ public: // return wxT( "EDGE" ); ? } + #if defined(DEBUG) /** * Function Show @@ -104,12 +105,5 @@ public: */ virtual void Show( int nestLevel, std::ostream& os ); - - /** - * Function ShowShape - * converts the enum Track_Shapes integer value to a C string. - */ - static const char* ShowShape( int aShape ); - #endif };