summaryrefslogtreecommitdiff
path: root/src/ui/uploadwidget.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-07-24 08:39:08 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-07-24 08:39:08 +0300
commitb8c486693e4cbb25305ff93bb6022f2337fd30ae (patch)
tree9a107bc4b0bea8f51efbd92396a1c4f897edabce /src/ui/uploadwidget.c
parent7d6ff9d0fadfe281fedf2f5da26ef577cfe07529 (diff)
Cleanup
Diffstat (limited to 'src/ui/uploadwidget.c')
-rw-r--r--src/ui/uploadwidget.c1
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;