Merge "use modern construct '= default' for special functions." into devel/master
[platform/core/uifw/dali-core.git] / dali / public-api / rendering / texture.cpp
index c348a95..da81783 100644 (file)
@@ -36,13 +36,9 @@ Texture Texture::New(NativeImageInterface& nativeImageInterface)
   return Texture(texture.Get());
 }
 
-Texture::Texture()
-{
-}
+Texture::Texture() = default;
 
-Texture::~Texture()
-{
-}
+Texture::~Texture() = default;
 
 Texture::Texture(const Texture& handle) = default;