Separate C# classes into Internal and Public
[platform/core/uifw/dali-toolkit.git] / plugins / dali-sharp / sharp / internal / ControlOrientationType.cs
index 211e9cf..72b29fa 100644 (file)
@@ -9,12 +9,12 @@
 //------------------------------------------------------------------------------
 
 namespace Dali {
-
-public enum ControlOrientationType {
+#if false
+internal enum ControlOrientationType {
   Up,
   Left,
   Down,
   Right
 }
-
+#endif
 }