X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Finternal%2FDirectionType.cs;h=634159d83889ae7a20e5618626a8766d7f6c5616;hb=46b8a31f5c1c75a22b648ca394a4de8a50898513;hp=24c72611781d9f0c15b7d58100efd4d22b554762;hpb=392021237cf4919991030e433f41545416d052b5;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/internal/DirectionType.cs b/src/Tizen.NUI/src/internal/DirectionType.cs index 24c7261..634159d 100755 --- a/src/Tizen.NUI/src/internal/DirectionType.cs +++ b/src/Tizen.NUI/src/internal/DirectionType.cs @@ -17,11 +17,9 @@ namespace Tizen.NUI { - internal enum DirectionType { LEFT_TO_RIGHT = 0, RIGHT_TO_LEFT } - }