efl_ui_tab_bar: remove Efl.Ui.Clickable

Summary:
nothing here uses this directly, and nothing emits events. For now the
implementation is removed. If this is required later on, it can be
readded.

Depends on D8826

Reviewers: zmike, segfaultxavi, cedric

Reviewed By: zmike

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8827
This commit is contained in:
Marcel Hollerbach 2019-05-14 15:51:06 -04:00 committed by Mike Blumenkrantz
parent 282b76e2bd
commit 930f481eee
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
class @beta Efl.Ui.Navigation_Bar_Part_Back_Button extends Efl.Ui.Layout_Part implements Efl.Ui.Clickable, Efl.Gfx.Entity, Efl.Text, Efl.Content
class @beta Efl.Ui.Navigation_Bar_Part_Back_Button extends Efl.Ui.Layout_Part implements Efl.Gfx.Entity, Efl.Text, Efl.Content
{
[[Efl Ui Navigation_Bar internal part back button class]]
data: null;

View File

@ -1,4 +1,4 @@
class @beta Efl.Ui.Tab_Bar extends Efl.Ui.Layout_Base implements Efl.Ui.Clickable
class @beta Efl.Ui.Tab_Bar extends Efl.Ui.Layout_Base
{
[[Tab Bar class]]
methods {