Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: include/c/sk_types.h

Issue 1261953006: C API: remove dead code, simplify boilerplate (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/c/sk_surface.h ('k') | src/c/sk_surface.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/c/sk_types.h
diff --git a/include/c/sk_types.h b/include/c/sk_types.h
index 17ba92972a35b8bd5a50a4354463f1b2c9c453d4..2fd37f5d70318b988313aa4bd681cea5334e7fa5 100644
--- a/include/c/sk_types.h
+++ b/include/c/sk_types.h
@@ -110,11 +110,6 @@ typedef struct sk_surface_t sk_surface_t;
//////////////////////////////////////////////////////////////////////////////////////////
-#ifdef __cplusplus
- class SkCanvas;
- void sk_test_capi(SkCanvas*);
-#endif
-
SK_C_PLUS_PLUS_END_GUARD
#endif
« no previous file with comments | « include/c/sk_surface.h ('k') | src/c/sk_surface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698