aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrPath.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrPath.h')
-rw-r--r--include/gpu/GrPath.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/gpu/GrPath.h b/include/gpu/GrPath.h
deleted file mode 100644
index 7da0d48082..0000000000
--- a/include/gpu/GrPath.h
+++ /dev/null
@@ -1,20 +0,0 @@
-
-/*
- * Copyright 2010 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-
-
-#ifndef GrPath_DEFINED
-#define GrPath_DEFINED
-
-#include "GrTypes.h"
-#include "SkPath.h"
-
-typedef SkPath GrPath;
-
-#endif
-