diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-11-05 16:52:49 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-11-05 16:52:53 +0200 |
commit | 15aee54bb56982d57c27234a4ae946b45354c310 (patch) | |
tree | 6a1c7d0ee835581d541a1ed48339101de5fc259c /vcl | |
parent | 2a8a93b521c313aba09c034899a70849d8b17710 (diff) |
Bin obsolete comment and the related commented-out line of code
Change-Id: I158f99429ebeb4cbdaa6ca2614b689cc287c8010
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/dialog.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx index aae21743daf9..00f471ef9604 100644 --- a/vcl/source/window/dialog.cxx +++ b/vcl/source/window/dialog.cxx @@ -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 } |