Kaydet (Commit) 15aee54b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin obsolete comment and the related commented-out line of code

Change-Id: I158f99429ebeb4cbdaa6ca2614b689cc287c8010
üst 2a8a93b5
......@@ -1055,12 +1055,7 @@ short Dialog::Execute()
return static_cast<short>(nRet);
#else
// touch_ui_dialog_modal was dummied out both for Android and iOS (well, TiledLibreOffice anyway)
// For Android it returned MLODialogOK always, for iOS Cancel. Let's go with OK.
// MLODialogResult result = touch_ui_dialog_modal(kind, ImplGetDialogText(this).getStr());
return RET_OK;
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment