From 6b4ab8141f941474b1b615b19a90d806bccb9ab0 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 9 Jan 2013 20:20:54 +0000 Subject: Remove unused variables --- amiga/clipboard.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'amiga') diff --git a/amiga/clipboard.c b/amiga/clipboard.c index 191856ff4..5e51efc70 100644 --- a/amiga/clipboard.c +++ b/amiga/clipboard.c @@ -20,7 +20,7 @@ #include "desktop/plotters.h" #include "desktop/selection.h" #include "desktop/textinput.h" -#include "utils/utf8.h" +#include "desktop/options.h" #include "amiga/bitmap.h" #include "amiga/clipboard.h" @@ -30,9 +30,10 @@ #include "amiga/iff_cset.h" #include "amiga/iff_dr2d.h" #include "amiga/menu.h" -#include "desktop/options.h" #include "amiga/utf8.h" +#include "utils/utf8.h" + #include #include #include @@ -201,9 +202,6 @@ void gui_get_clipboard(char **buffer, size_t *length) ULONG rlen=0,error; struct CSet cset; LONG codeset = 0; - char *clip; - bool utf8_chunks = false; - STRPTR readbuf = AllocVec(1024,MEMF_PRIVATE | MEMF_CLEAR); cset.CodeSet = 0; -- cgit v1.2.3