remove uneeded SK_API declaration.

R=robertphillips@google.com

Review URL: https://codereview.chromium.org/22432005

git-svn-id: http://skia.googlecode.com/svn/trunk@10655 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/core/SkPath.cpp b/src/core/SkPath.cpp
index f5b8bd5..97204bb 100644
--- a/src/core/SkPath.cpp
+++ b/src/core/SkPath.cpp
@@ -226,7 +226,7 @@
     fIsOval          = that.fIsOval;
 }
 
-SK_API bool operator==(const SkPath& a, const SkPath& b) {
+bool operator==(const SkPath& a, const SkPath& b) {
     // note: don't need to look at isConvex or bounds, since just comparing the
     // raw data is sufficient.