Scrublord1336 пре 6 година
родитељ
комит
8d2fa75520
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      src/XUnity.AutoTranslator.Plugin.Core/TranslationInfo.cs

+ 0 - 3
src/XUnity.AutoTranslator.Plugin.Core/TranslationInfo.cs

@@ -11,9 +11,6 @@ namespace XUnity.AutoTranslator.Plugin.Core
 {
    public class TranslationInfo
    {
-      private static readonly string FontSizePropertyName = "fontSize";
-      private static readonly string TrueTypeFontPropertyName = "trueTypeFont";
-      private static readonly string BitmapFontPropertyName = "bitmapFont";
       private static readonly string MultiLinePropertyName = "multiLine";
       private static readonly string OverflowMethodPropertyName = "overflowMethod";
       private static readonly string UILabelClassName = "UILabel";