diff --git a/PROMS/Volian.Svg.Library/DisplayText.cs b/PROMS/Volian.Svg.Library/DisplayText.cs index a6162839..40715380 100644 --- a/PROMS/Volian.Svg.Library/DisplayText.cs +++ b/PROMS/Volian.Svg.Library/DisplayText.cs @@ -387,13 +387,6 @@ namespace Volian.Svg.Library return m.Value; case 'b': // Bold return m.Value; - //case 's': // sub or super.... - // if (m.Value == @"\sub") return m.Value; - // if (m.Value == @"\super") return m.Value; - // break; - //case 'n': // nosubsuper... - // if (m.Value == @"\nosupersub") return m.Value; - // break; case 'i': // Italics return m.Value; case 'v': // save link hidden info