summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-15 13:55:55 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-04-18 12:55:37 +0200
commitc2dbb45a20e1104e90048f82aff61a88c375c163 (patch)
tree302c24bd5c6c5efbd1bbd0aa28435c92104a82e0 /common
parentf73ab66cb89be1455b17475d8a0980ddf29f447a (diff)
downloadspice-c2dbb45a20e1104e90048f82aff61a88c375c163.tar.gz
spice-c2dbb45a20e1104e90048f82aff61a88c375c163.tar.xz
spice-c2dbb45a20e1104e90048f82aff61a88c375c163.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
Diffstat (limited to 'common')
-rw-r--r--common/draw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/draw.h b/common/draw.h
index 95f07b88..cb15672f 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;