mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-07 14:50:22 +00:00
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
This commit is contained in:
parent
f73ab66cb8
commit
c2dbb45a20
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user