summaryrefslogtreecommitdiffstats
path: root/printing/image_cairo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'printing/image_cairo.cc')
-rw-r--r--printing/image_cairo.cc16
1 files changed, 0 insertions, 16 deletions
diff --git a/printing/image_cairo.cc b/printing/image_cairo.cc
deleted file mode 100644
index 694fd7d..0000000
--- a/printing/image_cairo.cc
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "printing/image.h"
-
-#include "base/logging.h"
-
-namespace printing {
-
-bool Image::LoadMetafile(const Metafile& metafile) {
- NOTIMPLEMENTED();
- return false;
-}
-
-} // namespace printing