diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2015-01-23 17:17:58 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2015-03-26 10:15:04 +0100 |
commit | edac1b36b572cbd8988c44341185a9f51ea3eeb5 (patch) | |
tree | c57aa56620e1ace3ec5eaa44a3e8412c6d70da46 /python_modules/spice_parser.py | |
parent | d2ee99e15f773306647696d45d69bfc5e358cd29 (diff) | |
download | spice-common-edac1b36b572cbd8988c44341185a9f51ea3eeb5.tar.gz spice-common-edac1b36b572cbd8988c44341185a9f51ea3eeb5.tar.xz spice-common-edac1b36b572cbd8988c44341185a9f51ea3eeb5.zip |
Get rid of SW_CANVAS_IMAGE_CACHE
Every time it's used, it's in constructs similar to:
#ifdef SW_CANVAS_CACHE
, SpiceImageCache *bits_cache
, SpicePaletteCache *palette_cache
#elif defined(SW_CANVAS_IMAGE_CACHE)
, SpiceImageCache *bits_cache
#endif
This can be rewritten as:
, SpiceImageCache *bits_cache
#ifdef SW_CANVAS_CACHE
, SpicePaletteCache *palette_cache
#endif
allowing to get rid of SW_CANVAS_IMAGE_CACHE.
Diffstat (limited to 'python_modules/spice_parser.py')
0 files changed, 0 insertions, 0 deletions