Revert "Revert "Revert "[4.0] Exposing Exif Image metadata"""
[platform/core/uifw/dali-adaptor.git] / adaptors / devel-api / adaptor-framework / pixel-buffer.h
old mode 100755 (executable)
new mode 100644 (file)
index 2290d54..82f8907
@@ -18,7 +18,6 @@
  *
  */
 
-// INTERNAL INCLUDES
 #include <dali/public-api/images/pixel.h>
 #include <dali/public-api/images/pixel-data.h>
 #include <dali/public-api/object/base-handle.h>
@@ -207,14 +206,6 @@ public:
    */
   void MultiplyColorByAlpha();
 
-  /**
-   * Returns Exif metadata as a property map
-   *
-   * @param[out] metadata Property map object to write into
-   * @return True on success
-   */
-  bool GetMetadata( Property::Map& metadata ) const;
-
 public:
 
   /**