summaryrefslogtreecommitdiff
path: root/frontends/kolibrios/clipboard_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/kolibrios/clipboard_table.h')
-rw-r--r--frontends/kolibrios/clipboard_table.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/frontends/kolibrios/clipboard_table.h b/frontends/kolibrios/clipboard_table.h
deleted file mode 100644
index 93f370481..000000000
--- a/frontends/kolibrios/clipboard_table.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* ------------------------------ */
-/* Part about GUI CLIPBOARD table. Will contain all functions required as well. */
-/* ------------------------------ */
-
-void kolibri_get_clipboard_contents(char **buffer, size_t *length)
-{
-
-}
-
-
-void kolibri_set_clipboard_contents(const char *buffer, size_t length, nsclipboard_styles styles[], int n_styles)
-{
-
-}
-
-static struct gui_clipboard_table kolibri_clipboard_table = {
- .get = kolibri_get_clipboard_contents,
- .set = kolibri_set_clipboard_contents,
- };
-