Chromium Code Reviews| Index: remoting/base/util.cc |
| diff --git a/remoting/base/util.cc b/remoting/base/util.cc |
| index c72f3a8105fd0bd0a0a64041490f2dda23098b20..bb5a164892cb219516e95b2458652b06ee55ab65 100644 |
| --- a/remoting/base/util.cc |
| +++ b/remoting/base/util.cc |
| @@ -14,8 +14,6 @@ |
| namespace remoting { |
| -enum { kBytesPerPixelRGB32 = 4 }; |
| - |
| static int CalculateRGBOffset(int x, int y, int stride) { |
| return stride * y + kBytesPerPixelRGB32 * x; |
| } |