summaryrefslogtreecommitdiff
path: root/src/ui/documentwidget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/documentwidget.c')
-rw-r--r--src/ui/documentwidget.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c
index 592470eb..83f270bd 100644
--- a/src/ui/documentwidget.c
+++ b/src/ui/documentwidget.c
@@ -2549,11 +2549,6 @@ static iBool processEvent_DocumentWidget_(iDocumentWidget *d, const SDL_Event *e
2549 { "---", 0, 0, NULL }, 2549 { "---", 0, 0, NULL },
2550 { "Copy Page URL", 0, 0, "document.copylink" } }, 2550 { "Copy Page URL", 0, 0, "document.copylink" } },
2551 12); 2551 12);
2552 if (deviceType_App() != desktop_AppDeviceType) {
2553 /* TODO: Perhaps not the best place for this? */
2554 insert_Array(&items, size_Array(&items) - 3,
2555 &(iMenuItem){ magnifyingGlass_Icon " Find on page", 0, 0, "focus.set id:find.input" });
2556 }
2557 if (isEmpty_Range(&d->selectMark)) { 2552 if (isEmpty_Range(&d->selectMark)) {
2558 pushBackN_Array( 2553 pushBackN_Array(
2559 &items, 2554 &items,