| Index: remoting/host/differ_block.h
|
| diff --git a/remoting/host/differ_block.h b/remoting/host/differ_block.h
|
| index 8ca538fb93791907a86acc4c1a7360c1f1b0b9a4..9c038144b4d243e332b802db7ca951ef886448e2 100644
|
| --- a/remoting/host/differ_block.h
|
| +++ b/remoting/host/differ_block.h
|
| @@ -17,7 +17,6 @@ static const int kBytesPerPixel = 4;
|
| // Low level functions to compare 2 blocks of pixels.
|
| // zero means the blocks are identical.
|
| // one means the blocks are different.
|
| -
|
| int BlockDifference(const uint8* image1, const uint8* image2, int stride);
|
|
|
| } // namespace remoting
|
|
|