Delete the old src/dest_iter_init() functions
authorSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 21 May 2013 10:40:59 +0000 (06:40 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 22 May 2013 13:43:21 +0000 (09:43 -0400)
commit533f54430a73199020ce49208d50f448c871a481
tree9676ffcdbe1d5e66521e620da34180e01e2dfb7d
parent125a4fd36f94a06d220bc6709f3ddfd23bdb6ef9
Delete the old src/dest_iter_init() functions

Now that we are using the new _pixman_implementation_iter_init(), the
old _src/_dest_iter_init() functions are no longer needed, so they can
be deleted, and the corresponding fields in pixman_implementation_t
can be removed.
pixman/pixman-fast-path.c
pixman/pixman-general.c
pixman/pixman-implementation.c
pixman/pixman-mmx.c
pixman/pixman-noop.c
pixman/pixman-private.h
pixman/pixman-sse2.c