[cluttermm/cluttermm-1-18] Texture: Remove _IMPLEMENTS_INTERFACE(Scriptable)



commit 4ac2eec7df5a59a011cfb3433586cec23db67389
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Sep 16 14:00:30 2015 +0200

    Texture: Remove _IMPLEMENTS_INTERFACE(Scriptable)
    
    Because the base Actor already does this.

 clutter/src/cairo-texture.hg |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/clutter/src/cairo-texture.hg b/clutter/src/cairo-texture.hg
index 61a66eb..c77d9c4 100644
--- a/clutter/src/cairo-texture.hg
+++ b/clutter/src/cairo-texture.hg
@@ -40,7 +40,6 @@ class Texture : public ::Clutter::Texture
 {
   _GMMPROC_EXTRA_NAMESPACE(Cairo)
   _CLASS_GOBJECT(Texture, ClutterCairoTexture, CLUTTER_CAIRO_TEXTURE, ::Clutter::Texture, ClutterTexture)
-  _IMPLEMENTS_INTERFACE(Scriptable)
   _IS_DEPRECATED
 
 protected:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]