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

Unified Diff: tools/skiaserve/skiaserve.cpp

Issue 1760583003: Remove unused tools and unused includes of SkImageDecoder (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 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 | « tools/pinspect.cpp ('k') | tools/test_image_decoder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skiaserve/skiaserve.cpp
diff --git a/tools/skiaserve/skiaserve.cpp b/tools/skiaserve/skiaserve.cpp
index 195544e83af5dcddf6c841310584c096f10e96ab..e4b06ff54e09178f55ce7b1f4f4423f41d125526 100644
--- a/tools/skiaserve/skiaserve.cpp
+++ b/tools/skiaserve/skiaserve.cpp
@@ -17,11 +17,6 @@
using namespace Response;
-// To get image decoders linked in we have to do the below magic
-#include "SkForceLinking.h"
-#include "SkImageDecoder.h"
-__SK_FORCE_IMAGE_DECODER_LINKING;
-
DEFINE_int32(port, 8888, "The port to listen on.");
class UrlManager {
« no previous file with comments | « tools/pinspect.cpp ('k') | tools/test_image_decoder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698