summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-15 13:55:55 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:51 +0100
commit116965471d2fc42082a7d6ab9fe66be836c4138f (patch)
tree8e03ab33a6b044e6144ba8765a7e6d72181263f1
parenta0acff58c6089906bd9a382468bb6b4be9c16919 (diff)
downloadspice-common-116965471d2fc42082a7d6ab9fe66be836c4138f.tar.gz
spice-common-116965471d2fc42082a7d6ab9fe66be836c4138f.tar.xz
spice-common-116965471d2fc42082a7d6ab9fe66be836c4138f.zip
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
-rw-r--r--common/draw.h1
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;