From 1f62b5a980020b0e5df0e68cb476083ba2dc1fe5 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 1 Feb 2014 10:45:20 +0000 Subject: make the clipboard operation table and members static to textselection module and cleanup unnecessary includes --- riscos/gui.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index 56cb70e42..823956c03 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -27,7 +27,6 @@ #include "oslib/wimp.h" #include "rufl.h" #include "desktop/browser.h" -#include "desktop/gui.h" #include "content/content_type.h" #include "utils/config.h" @@ -213,10 +212,6 @@ extern int ro_plot_origin_y; /* in theme_install.c */ bool ro_gui_theme_install_apply(wimp_w w); -/* in textselection.c */ -void gui_get_clipboard(char **buffer, size_t *length); -void gui_set_clipboard(const char *buffer, size_t length, nsclipboard_styles styles[], int n_styles); - /* in sslcert.c */ void gui_cert_verify(nsurl *url, const struct ssl_cert_info *certs, unsigned long num, -- cgit v1.2.3