| Index: remoting/host/differ.h
|
| diff --git a/remoting/host/differ.h b/remoting/host/differ.h
|
| index b36d0558f2b402774798d0c6b59da9afee8a7159..99036800b14087de9aa6f574b5e9a313637f4fde 100644
|
| --- a/remoting/host/differ.h
|
| +++ b/remoting/host/differ.h
|
| @@ -16,10 +16,6 @@ namespace remoting {
|
|
|
| typedef uint8 DiffInfo;
|
|
|
| -// Size (in pixels) of each square block used for diffing.
|
| -// This must be a multiple of sizeof(uint64).
|
| -static const int kBlockSize = 32;
|
| -
|
| class Differ {
|
| public:
|
| // Create a differ that operates on bitmaps with the specified width, height
|
|
|