diff options
-rw-r--r-- | src/ui/uploadwidget.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/uploadwidget.c b/src/ui/uploadwidget.c index 22c3adf6..91597630 100644 --- a/src/ui/uploadwidget.c +++ b/src/ui/uploadwidget.c | |||
@@ -213,7 +213,6 @@ static iBool processEvent_UploadWidget_(iUploadWidget *d, const SDL_Event *ev) { | |||
213 | iWidget *w = as_Widget(d); | 213 | iWidget *w = as_Widget(d); |
214 | const char *cmd = command_UserEvent(ev); | 214 | const char *cmd = command_UserEvent(ev); |
215 | if (isCommand_Widget(w, ev, "upload.cancel")) { | 215 | if (isCommand_Widget(w, ev, "upload.cancel")) { |
216 | /* TODO: If text has been entered, ask for confirmation. */ | ||
217 | setupSheetTransition_Mobile(w, iFalse); | 216 | setupSheetTransition_Mobile(w, iFalse); |
218 | destroy_Widget(w); | 217 | destroy_Widget(w); |
219 | return iTrue; | 218 | return iTrue; |