Index: src/record/SkRecordCulling.h |
diff --git a/src/record/SkRecordCulling.h b/src/record/SkRecordCulling.h |
deleted file mode 100644 |
index 60420f223c74f30c8cd2d9ab2e77c3c66354caf7..0000000000000000000000000000000000000000 |
--- a/src/record/SkRecordCulling.h |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-/* |
- * Copyright 2014 Google Inc. |
- * |
- * Use of this source code is governed by a BSD-style license that can be |
- * found in the LICENSE file. |
- */ |
- |
-#ifndef SkRecordCulling_DEFINED |
-#define SkRecordCulling_DEFINED |
- |
-#include "SkRecord.h" |
- |
-// Annotates PushCull records in record with the relative offset of their paired PopCull. |
-void SkRecordAnnotateCullingPairs(SkRecord* record); |
- |
-#endif//SkRecordCulling_DEFINED |