[Spice-devel] [PATCH 4/5] draw: remove SPICE_ADDRESS
Christophe Fergeau
cfergeau at redhat.com
Mon Apr 18 04:01:11 PDT 2011
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
---
common/draw.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/common/draw.h b/common/draw.h
index 95f07b8..cb15672 100644
--- a/common/draw.h
+++ b/common/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;
--
1.7.4.4
More information about the Spice-devel
mailing list