diff options
-rw-r--r-- | cc/cc.gyp | 2 | ||||
-rw-r--r-- | cc/gl_renderer.cc | 1 | ||||
-rw-r--r-- | cc/stubs/NotImplemented.h | 6 | ||||
-rw-r--r-- | cc/stubs/not_implemented.h | 10 |
4 files changed, 0 insertions, 19 deletions
@@ -261,7 +261,6 @@ 'stubs/IntPoint.h', 'stubs/IntRect.h', 'stubs/IntSize.h', - 'stubs/NotImplemented.h', 'stubs/Region.h', 'stubs/SkiaUtils.h', 'stubs/TilingData.h', @@ -275,7 +274,6 @@ 'stubs/int_point.h', 'stubs/int_rect.h', 'stubs/int_size.h', - 'stubs/not_implemented.h', 'stubs/skia_utils.h', 'stubs/tiling_data.h', 'stubs/unit_bezier.h', diff --git a/cc/gl_renderer.cc b/cc/gl_renderer.cc index e9215ba..35444b3 100644 --- a/cc/gl_renderer.cc +++ b/cc/gl_renderer.cc @@ -7,7 +7,6 @@ #include "cc/gl_renderer.h" #include "FloatQuad.h" -#include "NotImplemented.h" #include "base/debug/trace_event.h" #include "base/logging.h" #include "base/string_split.h" diff --git a/cc/stubs/NotImplemented.h b/cc/stubs/NotImplemented.h deleted file mode 100644 index 4ac19a5..0000000 --- a/cc/stubs/NotImplemented.h +++ /dev/null @@ -1,6 +0,0 @@ -// Copyright 2012 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Temporary forwarding header -#include "cc/stubs/not_implemented.h" diff --git a/cc/stubs/not_implemented.h b/cc/stubs/not_implemented.h deleted file mode 100644 index 7c6bba5..0000000 --- a/cc/stubs/not_implemented.h +++ /dev/null @@ -1,10 +0,0 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef CC_STUBS_NOTIMPLEMENTED_H -#define CC_STUBS_NOTIMPLEMENTED_H - -#define notImplemented() do { } while(0) - -#endif // CC_STUBS_NOTIMPLEMENTED_H |