浏览代码

removed unused constants

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";