Remove unused wxIFFDecoder::picptr member variable.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Oct 2011 21:10:38 +0000 (21:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Oct 2011 21:10:38 +0000 (21:10 +0000)
commit4cbbbd069ee50a6a46963e88aef956f6163c1b7e
tree40313a706a9f6cdf86a97fb0910951690411e785
parentfd3dc8e6285aaeb7cbd3536034bb07b707d9d39c
Remove unused wxIFFDecoder::picptr member variable.

This variable was apparently unused and a local variable with the same name
was used instead, resulting in Sun CC warnings about variable shadowing.

Just remove the unused member variable to fix this.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/imagiff.cpp