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

This commit is contained in:
dickelbeck 2008-05-05 19:53:31 +00:00
parent 27ee6b1ac5
commit aea07119e2
1 changed files with 1 additions and 7 deletions

View File

@ -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
};