summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-01-09 20:20:54 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-01-09 20:20:54 +0000
commit6b4ab8141f941474b1b615b19a90d806bccb9ab0 (patch)
tree2ab0c560630d83849b5b3ec34c77a529436d69f7
parentf15f19f788a8a07a0229eff31bf551b86cbbc04c (diff)
downloadnetsurf-6b4ab8141f941474b1b615b19a90d806bccb9ab0.tar.gz
netsurf-6b4ab8141f941474b1b615b19a90d806bccb9ab0.tar.bz2
Remove unused variables
-rw-r--r--amiga/clipboard.c8
1 files changed, 3 insertions, 5 deletions
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 <proto/iffparse.h>
#include <proto/intuition.h>
#include <proto/exec.h>
@@ -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;