diff --git a/console/tidy.c b/console/tidy.c index 7549230..995209d 100644 --- a/console/tidy.c +++ b/console/tidy.c @@ -1391,20 +1391,13 @@ static void version( void ) **/ static void printXMLOptionString( TidyDoc tdoc, TidyOption topt, OptionDesc *d ) { - tmbstr description; - ctmbstr rawDescription = tidyOptGetDoc( tdoc, topt ); - if ( tidyOptIsReadOnly(topt) ) return; - description = cleanup_description( rawDescription ); - printf( " \n" ); - free( description ); } /**