1.[NUI 276] c# nui visual high level class refactorying.
[platform/core/csapi/nui.git] / Tizen.NUI / src / public / StyleManager.cs
index 3025e3b..9125f27 100755 (executable)
@@ -250,24 +250,4 @@ namespace Tizen.NUI
         }
 
     }
-
-    /// <summary>
-    /// Types of style change. Enumeration for StyleChange type.
-    /// </summary>
-    public enum StyleChangeType
-    {
-        /// <summary>
-        /// Denotes that the default font has changed.
-        /// </summary>
-        DefaultFontChange,
-        /// <summary>
-        /// Denotes that the default font size has changed.
-        /// </summary>
-        DefaultFontSizeChange,
-        /// <summary>
-        /// Denotes that the theme has changed.
-        /// </summary>
-        ThemeChange
-    }
-
 }