remove unused imports in eo/eot files

This commit is contained in:
Daniel Kolesa 2020-04-19 01:44:50 +02:00
parent cdf48fcf70
commit 7791d9fac6
29 changed files with 12 additions and 41 deletions

View File

@ -1,3 +1,5 @@
import eina_types;
class Efl.Cubic_Bezier_Interpolator extends Efl.Object implements Efl.Interpolator
{
[[Cubic Bezier interpolator. It starts slow, then moves quickly and then slows down

View File

@ -1,3 +1,5 @@
import eina_types;
abstract Efl.Loop_Consumer extends Efl.Object
{
[[An @Efl.Loop_Consumer is a class which requires one of the parents to provide

View File

@ -1,5 +1,3 @@
import efl_object;
function @beta EflThreadIOCall {
[[A Function to be called asynchronously on a different thread.]]
params {

View File

@ -1,5 +1,3 @@
import eina_types;
enum @beta Efl.Net.Http.Version {
[[HTTP protocol versions]]

View File

@ -1,3 +1 @@
import eina_types;
error @beta Efl.Net.Error.COULDNT_RESOLVE_HOST = "Couldn't resolve host name"; [[Could not resolve the given host name]]

View File

@ -1,5 +1,3 @@
import ector_renderer;
mixin @beta Ector.Renderer.Image
{
[[Ector image renderer mixin]]

View File

@ -1,5 +1,3 @@
import efl_canvas_layout_types;
class @beta Efl.Canvas.Layout_Part extends Efl.Object implements Efl.Gfx.Entity, Efl.Ui.Drag, Efl.Canvas.Layout_Part_Type_Provider
{
[[Common class for part proxy objects for @Efl.Canvas.Layout.

View File

@ -1,6 +1,3 @@
import eina_types;
struct Efl.File_Save_Info
{
[[Info used to determine various attributes when saving a file.

View File

@ -1,5 +1,3 @@
import efl_gfx_types;
mixin Efl.Gfx.Color
{
[[Efl Gfx Color mixin class

View File

@ -1,5 +1,4 @@
import eina_types;
import efl_gfx_types;
/*
enum @beta Efl.Gfx.Image_Load_Controller_State

View File

@ -1,5 +1,3 @@
import efl_types;
struct @beta @free(efl_observable_tuple_free) Efl.Observable_Tuple
{
[[This type describes an observable touple]]

View File

@ -1,3 +1,5 @@
import eina_types;
interface Efl.Ui.Factory_Bind
{
[[Efl UI Property interface.

View File

@ -1,3 +1,5 @@
import eina_types;
enum @beta Efl.Access.Type
{
[[Type of accessibility object]]

View File

@ -1,5 +1,4 @@
/* Efl.Ui enum and struct types */
import eina_types;
/* FIXME: find a better way to express this */
error @extern Efl.Ui.Theme.Apply_Error.NONE = "Succcess"; [[Successfully applied the requested style from the current theme.]]

View File

@ -1,5 +1,3 @@
import eina_types;
function Efl.Ui.Format_Func
{
[[A function taking an @Eina.Value and producing its textual representation.

View File

@ -1,5 +1,3 @@
import efl_ui;
class Efl.Ui.Layout extends Efl.Ui.Layout_Base implements Efl.File
{
[[EFL layout widget class.

View File

@ -1,5 +1,3 @@
import efl_ui;
abstract Efl.Ui.Layout_Base extends Efl.Ui.Widget implements Efl.Container,
Efl.Ui.Factory_Bind,
Efl.Layout.Calc, Efl.Layout.Signal,

View File

@ -1,5 +1,3 @@
import efl_ui;
interface Efl.Ui.Multi_Selectable_Index_Range extends Efl.Ui.Multi_Selectable
{
[[Interface for getting access to a range of selected items through their indices.

View File

@ -1,5 +1,3 @@
import efl_ui;
interface Efl.Ui.Multi_Selectable_Object_Range extends Efl.Ui.Multi_Selectable
{
[[Interface for getting access to a range of selected items.

View File

@ -1,5 +1,3 @@
import eina_types;
struct Efl.Event_Description {
[[This struct holds the description of a specific event.

View File

@ -1,5 +1,3 @@
import efl_text_types;
class Efl.Canvas.Textblock extends Efl.Canvas.Object implements Efl.Text,
Efl.Canvas.Filter.Internal, Efl.Text_Font_Properties,
Efl.Text_Style, Efl.Text_Format,

View File

@ -1,3 +1,5 @@
import eina_types;
class @beta Efl.Gfx.Vg.Value_Provider extends Efl.Object
{
[[Efl Vector Value Provider class.

View File

@ -1,4 +1,5 @@
import efl_input_types;
import eina_types;
class Efl.Input.Pointer extends Efl.Object implements Efl.Input.Event, Efl.Input.State
{

View File

@ -1,5 +1,3 @@
import efl_text_types;
abstract Efl.Text_Formatter extends Efl.Object {
[[Text Formatter API to manage text formatting(attributes).
Use it to insert and remove style attributes (font, size, color, ...) using @Efl.Text_Cursor.Object on EFL Widgets.

View File

@ -1,5 +1,5 @@
import efl_canvas_gesture_types;
import efl_canvas_gesture_events;
parse efl_canvas_gesture_events;
abstract @beta Efl.Canvas.Gesture extends Efl.Object
{

View File

@ -1,4 +1,3 @@
import eina_types;
parse efl_canvas_gesture_recognizer;
class @beta Efl.Canvas.Gesture_Custom extends Efl.Canvas.Gesture

View File

@ -1,5 +1,3 @@
import efl_canvas_gesture_types;
class @beta Efl.Canvas.Gesture_Manager extends Efl.Object
{
[[This class keeps track of active @Efl.Canvas.Gesture_Recognizer objects.

View File

@ -1,5 +1,4 @@
import efl_canvas_gesture_types;
import efl_input_types;
/* FIXME: This class lacks a lot of useful helpers. */

View File

@ -1,6 +1,5 @@
import eina_types;
import efl_input_types;
import efl_canvas_gesture_events;
enum @beta Efl.Canvas.Gesture_Touch_State
{