Skip to content

Commit 3aa6830

Browse files
committed
scaler.cpp: removed unused 'Transform' typdef
1 parent ef7881f commit 3aa6830

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/scaler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,6 @@ static bool scale_src_dst_interp(Params &p, PixelScale &pixel_scale, Interp &int
481481
{
482482
typedef typename PixelScale::source_type ST;
483483
typedef typename PixelScale::dest_type DT;
484-
typedef typename Params::transform_type Transform;
485484

486485
Array2D<ST> src(p.p_src);
487486
Array2D<DT> dst(p.p_dst);

0 commit comments

Comments
 (0)