summaryrefslogtreecommitdiff
path: root/amiga/clipboard.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-05-16 17:30:25 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-05-16 17:30:25 +0000
commit7a2fb9222a3dd19a1ef7eaf70938806a1be753ee (patch)
tree836aef757ad68536dfe3aa6701fbb1b708dbbc18 /amiga/clipboard.c
parent08d0c1682250763c0f8300e54bfa877345edd5fb (diff)
downloadnetsurf-7a2fb9222a3dd19a1ef7eaf70938806a1be753ee.tar.gz
netsurf-7a2fb9222a3dd19a1ef7eaf70938806a1be753ee.tar.bz2
IFF save now works - needed an unexpected NULL as the first parameter to DTM_WRITE
DTA_ObjName is now the URL, as this is the only field that is being written by picture.datatype (bug in picture.datatype?). ObjAuthor and ObjAnnotation left in as the DTM_COPY method might be able to use them. svn path=/trunk/netsurf/; revision=7518
Diffstat (limited to 'amiga/clipboard.c')
-rwxr-xr-xamiga/clipboard.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/amiga/clipboard.c b/amiga/clipboard.c
index 94457f40a..51b8e3100 100755
--- a/amiga/clipboard.c
+++ b/amiga/clipboard.c
@@ -31,16 +31,7 @@
#include <proto/datatypes.h>
#include "amiga/bitmap.h"
-#ifndef ID_AUTH
-#define ID_AUTH MAKE_ID('A','U','T','H')
-#endif
-
-#ifndef ID_ANNO
-#define ID_ANNO MAKE_ID('A','N','N','O')
-#endif
-
struct IFFHandle *iffh = NULL;
-const char * const netsurf_version;
void ami_clipboard_init(void)
{