Remove comment of bezel
[platform/core/system/libdevice-node.git] / hw / bezel.h
index 93a2ba6..4be3bb9 100644 (file)
@@ -37,9 +37,7 @@ enum bezel_state {
 struct bezel_device {
        struct hw_common common;
 
-       /* Control hardware bezel or software bezel.
-        * They are mutually exclusive. If a pair of get/set function exists,
-        * the other pair must not. */
+       /* Control hardware bezel or software bezel. */
 
        /* Control hardware bezel state */
        int (*get_state)(enum bezel_state *state);