diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2015-06-25 17:27:53 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-06-25 17:27:53 +0200 |
commit | 7de69008b43fdb0d839a2a36d3237247da1453c5 (patch) | |
tree | b331de9e78b230ae6452f15412739f5115f326fb | |
parent | b1931c5146f90b9b7767eaad523b460a6b67e84f (diff) |
expedite: remove FIXME that is already fixed.
-rw-r--r-- | src/bin/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/main.c b/src/bin/main.c index 0f4b777..65cdea7 100644 --- a/src/bin/main.c +++ b/src/bin/main.c | |||
@@ -1141,8 +1141,6 @@ static const Ecore_Getopt optdesc = { | |||
1141 | } | 1141 | } |
1142 | }; | 1142 | }; |
1143 | 1143 | ||
1144 | // FIXME: missing - run all [-a], run specific test [-t], list test [-l], output compatible with expedite-cmp [-m] | ||
1145 | |||
1146 | static const Expedite_Resolution resolutions[] = { | 1144 | static const Expedite_Resolution resolutions[] = { |
1147 | { "qvga", 320 , 240 }, | 1145 | { "qvga", 320 , 240 }, |
1148 | { "qvga-p", 240 , 320 }, | 1146 | { "qvga-p", 240 , 320 }, |