From b41ad89024031db097ebb132cecc7c6f1d03b3b5 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 15 Apr 2011 13:55:55 +0200 Subject: [PATCH] draw: remove SPICE_ADDRESS This commit removes the typedef for SPICE_ADDRESS which was no longer used. This is the last thing that was missing to close fdo bug #28984 --- draw.h | 1 - 1 file changed, 1 deletion(-) diff --git a/draw.h b/draw.h index 95f07b8..cb15672 100644 --- a/draw.h +++ b/draw.h @@ -39,7 +39,6 @@ #define SPICE_SET_ADDRESS(addr, val) ((addr) = (unsigned long)(val)) typedef int32_t SPICE_FIXED28_4; -typedef uint64_t SPICE_ADDRESS; typedef struct SpicePointFix { SPICE_FIXED28_4 x;