remove unused typedef [skip ci]

This commit is contained in:
Dane Springmeyer 2015-10-06 15:14:14 -07:00
parent 20e72ccc82
commit efee15c2e7

View file

@ -1582,7 +1582,6 @@ struct visitor_get_pixel
template <typename T2> template <typename T2>
T1 operator() (T2 const& data) const T1 operator() (T2 const& data) const
{ {
using pixel_type = T1;
if (check_bounds(data, x_, y_)) if (check_bounds(data, x_, y_))
{ {
return safe_cast<T1>(data(x_, y_)); return safe_cast<T1>(data(x_, y_));