aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl/GrGLSLPrettyPrint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/gl/GrGLSLPrettyPrint.h')
-rw-r--r--include/gpu/gl/GrGLSLPrettyPrint.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/gpu/gl/GrGLSLPrettyPrint.h b/include/gpu/gl/GrGLSLPrettyPrint.h
deleted file mode 100644
index 52fb74557d..0000000000
--- a/include/gpu/gl/GrGLSLPrettyPrint.h
+++ /dev/null
@@ -1,19 +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 GrGLSLPrettyPrint_DEFINED
-#define GrGLSLPrettyPrint_DEFINED
-
-#include "SkString.h"
-
-namespace GrGLSLPrettyPrint {
- SkString PrettyPrintGLSL(const char** strings,
- int* lengths,
- int count,
- bool countlines);
-};
-
-#endif /* GRGLPRETTYPRINTSL_H_ */