aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skiaserve/Response.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skiaserve/Response.h')
-rw-r--r--tools/skiaserve/Response.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/skiaserve/Response.h b/tools/skiaserve/Response.h
index ef115e9d23..7655d6f354 100644
--- a/tools/skiaserve/Response.h
+++ b/tools/skiaserve/Response.h
@@ -21,8 +21,6 @@ namespace Response {
int SendData(MHD_Connection* connection, const SkData* data, const char* type,
bool setContentDisposition = false, const char* dispositionString = nullptr);
- int SendJSON(MHD_Connection* connection, Request* request, int n);
-
int SendTemplate(MHD_Connection* connection, bool redirect = false,
const char* redirectUrl = nullptr);
}