diff options
Diffstat (limited to 'src/lib/elementary/efl_ui_textpath_legacy.eo')
-rw-r--r-- | src/lib/elementary/efl_ui_textpath_legacy.eo | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/elementary/efl_ui_textpath_legacy.eo b/src/lib/elementary/efl_ui_textpath_legacy.eo deleted file mode 100644 index 0bc275f..0000000 --- a/src/lib/elementary/efl_ui_textpath_legacy.eo +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | class @beta Efl.Ui.Textpath_Legacy extends Efl.Ui.Textpath implements Efl.Ui.Legacy | ||
2 | { | ||
3 | [[Textpath widget]] | ||
4 | data: null; | ||
5 | implements { | ||
6 | class.constructor; | ||
7 | Efl.Object.constructor; | ||
8 | } | ||
9 | } | ||