Commit aea07119 authored by dickelbeck's avatar dickelbeck

factored out the ShowShape() to use BOARD_ITEM::ShowShape()

parent 27ee6b1a
...@@ -94,6 +94,7 @@ public: ...@@ -94,6 +94,7 @@ public:
// return wxT( "EDGE" ); ? // return wxT( "EDGE" ); ?
} }
#if defined(DEBUG) #if defined(DEBUG)
/** /**
* Function Show * Function Show
...@@ -104,12 +105,5 @@ public: ...@@ -104,12 +105,5 @@ public:
*/ */
virtual void Show( int nestLevel, std::ostream& os ); 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 #endif
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment