summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
Diffstat (limited to 'beos')
-rw-r--r--beos/beos_gui.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/beos/beos_gui.cpp b/beos/beos_gui.cpp
index e3d65c41b..9e3136fdb 100644
--- a/beos/beos_gui.cpp
+++ b/beos/beos_gui.cpp
@@ -1006,14 +1006,6 @@ void gui_launch_url(const char *url)
}
-bool gui_search_term_highlighted(struct gui_window *g,
- unsigned start_offset, unsigned end_offset,
- unsigned *start_idx, unsigned *end_idx)
-{
- return false;
-}
-
-
/**
* Display a warning for a serious problem (eg memory exhaustion).
*