[4.0] Add Property::EXTENTS type
[platform/core/uifw/dali-core.git] / dali / integration-api / resource-policies.h
index 4713fb3..95a72f2 100644 (file)
@@ -32,14 +32,13 @@ enum DataRetention
 };
 
 /**
- * The discardable policy describes whether a resource is owned or can be discarded.
+ * The discardable policy determines if a resource can be discarded.
  * Discarded means that it can be released after uploading to GPU.
  */
 enum Discardable
 {
   OWNED_DISCARD,
   OWNED_RETAIN,
-  NOT_OWNED
 };
 
 } // namespace ResourcePolicy