X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Ftizen%2Fnative-image-source-impl.h;h=505d8b23107a5c84c261a64b60435e551ff2e48f;hb=28a2633ab07c75433d160b13b81793d2fb6e4a2f;hp=9bed6e7a822b5c0b0d4582fd4677824ae7bd5530;hpb=4b464f187d39773bb79bd1b00a531af113e0dafd;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/tizen/native-image-source-impl.h b/adaptors/tizen/native-image-source-impl.h index 9bed6e7..505d8b2 100755 --- a/adaptors/tizen/native-image-source-impl.h +++ b/adaptors/tizen/native-image-source-impl.h @@ -34,12 +34,8 @@ namespace Internal namespace Adaptor { -class EglImageExtensions; -namespace -{ - typedef Dali::Vector< void* > EglImageContainer; -}; +class EglImageExtensions; /** * Dali internal NativeImageSource. @@ -193,7 +189,6 @@ private: void* mEglImageKHR; ///< From EGL extension EglImageExtensions* mEglImageExtensions; ///< The EGL Image Extensions bool mSetSource; - EglImageContainer mEglImageKHRContainer; }; } // namespace Adaptor