bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=db13fbc4940ee619b1edf47e6bbb745b769a7dcb

commit db13fbc4940ee619b1edf47e6bbb745b769a7dcb
Author: Marcel Hollerbach <[email protected]>
Date:   Fri Jan 25 13:18:11 2019 +0100

    evas_canvas3d_primitives: make unused functions empty
    
    it appears that primiteves where not designed to redirect notify calls
    etc. to its children elements (if there are any). Thus those can be
    empty.
    
    ref T5719
    
    Reviewed-by: Cedric BAIL <[email protected]>
    Differential Revision: https://phab.enlightenment.org/D7778
---
 src/lib/evas/canvas/evas_canvas3d_primitive.eo | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/evas/canvas/evas_canvas3d_primitive.eo 
b/src/lib/evas/canvas/evas_canvas3d_primitive.eo
index b3c4c5a24b..1582f95207 100644
--- a/src/lib/evas/canvas/evas_canvas3d_primitive.eo
+++ b/src/lib/evas/canvas/evas_canvas3d_primitive.eo
@@ -137,5 +137,9 @@ class Evas.Canvas3D.Primitive extends Evas.Canvas3D.Object
    implements {
       Efl.Object.constructor;
       Efl.Object.destructor;
+      @empty Evas.Canvas3D.Object.update_notify;
+      @empty Evas.Canvas3D.Object.change_notify;
+      @empty Evas.Canvas3D.Object.callback_register;
+      @empty Evas.Canvas3D.Object.callback_unregister;
    }
 }

-- 


Reply via email to