summaryrefslogtreecommitdiff
path: root/beos/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'beos/gui.cpp')
-rw-r--r--beos/gui.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/beos/gui.cpp b/beos/gui.cpp
index 4fd2ecf2c..95b159774 100644
--- a/beos/gui.cpp
+++ b/beos/gui.cpp
@@ -948,10 +948,6 @@ void die(const char * const error)
exit(EXIT_FAILURE);
}
-static struct gui_clipboard_table beos_clipboard_table = {
- gui_get_clipboard,
- gui_set_clipboard,
-};
static struct gui_fetch_table beos_fetch_table = {
fetch_filetype,
@@ -981,7 +977,7 @@ int main(int argc, char** argv)
&beos_misc_table,
beos_window_table,
beos_download_table,
- &beos_clipboard_table,
+ beos_clipboard_table,
&beos_fetch_table,
NULL, /* use POSIX file */
NULL, /* default utf8 */