[Camera] Remove useless set of properties
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia / Camera / CameraFocusChangedEventArgs.cs
old mode 100644 (file)
new mode 100755 (executable)
index 175d995..518ac75
@@ -32,11 +32,7 @@ namespace Tizen.Multimedia
         /// <summary>
         /// Focus state of the camera.
         /// </summary>
-        public CameraFocusState State
-        {
-            get;
-            private set;
-        }
+        public CameraFocusState State { get; }
     }
 }