remove unused typedef [skip ci]
This commit is contained in:
parent
20e72ccc82
commit
efee15c2e7
1 changed files with 0 additions and 1 deletions
|
@ -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_));
|
||||||
|
|
Loading…
Add table
Reference in a new issue