diff options
author | Daniel Kolesa <d.kolesa@samsung.com> | 2018-05-13 17:28:47 +0200 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2018-05-13 17:28:47 +0200 |
commit | 6be3809c04fad847e353edecf5b6eef3c8766df4 (patch) | |
tree | 3ea4e72abebffd2446192829b510bef8ca0cfadb /src/lib/efl/interfaces/efl_ui_format.eo | |
parent | 1f4f7e859795c175fddcdceafc25ee89ac78511b (diff) |
eolian: first batch of unused import removals
Initial results of our static analysis showed a bunch of unused
imports or imports used only for documentation references. In the
first case, remove entirely, in the second case, change to 'parse'
in order to keep references working.
The static analysis is not perfect and yields false negatives for
certain cases, so there will be a second batch later.
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/interfaces/efl_ui_format.eo | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/efl/interfaces/efl_ui_format.eo b/src/lib/efl/interfaces/efl_ui_format.eo index 88f3962e8e..e78478e8bd 100644 --- a/src/lib/efl/interfaces/efl_ui_format.eo +++ b/src/lib/efl/interfaces/efl_ui_format.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | function Efl.Ui.Format_Func_Cb { | 1 | function Efl.Ui.Format_Func_Cb { |
4 | [[Function pointer for format function hook]] | 2 | [[Function pointer for format function hook]] |
5 | params { | 3 | params { |