summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-02-01 10:45:20 +0000
committerVincent Sanders <vince@kyllikki.org>2014-02-01 10:45:20 +0000
commit1f62b5a980020b0e5df0e68cb476083ba2dc1fe5 (patch)
treee74b757de8b64f2ea53f1916840e58ae105c2d7a /riscos/gui.h
parent356461244e9a31d9c22fab358cdf95cb3f22364f (diff)
downloadnetsurf-1f62b5a980020b0e5df0e68cb476083ba2dc1fe5.tar.gz
netsurf-1f62b5a980020b0e5df0e68cb476083ba2dc1fe5.tar.bz2
make the clipboard operation table and members static to textselection module and cleanup unnecessary includes
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h5
1 files changed, 0 insertions, 5 deletions
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,