summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2016-09-06 17:48:13 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2016-09-06 17:48:13 +0900
commit183ba660d6f53d4384d4e9b84d78ebe8023250bb (patch)
treed8539862b3d6bc5c5d6383aeac2a4fd868f36a3e
parentb2d92f2626574efec6d2e159b08d44c7e4936069 (diff)
downloadefl-183ba660d6f53d4384d4e9b84d78ebe8023250bb.tar.gz
Efl.File: Remove method eject
Unused anywhere.
-rw-r--r--src/lib/efl/interfaces/efl_file.eo5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/efl/interfaces/efl_file.eo b/src/lib/efl/interfaces/efl_file.eo
index 7c58d966e3..ab89ec1ded 100644
--- a/src/lib/efl/interfaces/efl_file.eo
+++ b/src/lib/efl/interfaces/efl_file.eo
@@ -119,11 +119,6 @@ interface Efl.File {
none).]]
}
}
- eject @const {
- [[Eject the represented object.
-
- Get rid of and clean the pointed resource.]]
- }
async_wait @const {
[[Block and wait until all asynchronous operations are completed. Unless
the async flag was set on this object, this method has no effect.]]