From 3da3b621c34810514a6d415a1dc782bd21648c3c Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Thu, 13 Mar 2014 19:38:10 +0000 Subject: getDeviceCapabilities is no longer need, so remove it BUG=skia: R=bungeman@google.com, vandebo@chromium.org Author: reed@google.com Review URL: https://codereview.chromium.org/198943003 git-svn-id: http://skia.googlecode.com/svn/trunk@13797 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/device/xps/SkXPSDevice.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/device/xps') diff --git a/src/device/xps/SkXPSDevice.cpp b/src/device/xps/SkXPSDevice.cpp index f2901316c2..e7b5d41fb0 100644 --- a/src/device/xps/SkXPSDevice.cpp +++ b/src/device/xps/SkXPSDevice.cpp @@ -1160,10 +1160,6 @@ HRESULT SkXPSDevice::createXpsQuad(const SkPoint (&points)[4], return S_OK; } -uint32_t SkXPSDevice::getDeviceCapabilities() { - return kVector_Capability; -} - void SkXPSDevice::clear(SkColor color) { //TODO: override this for XPS SkDEBUGF(("XPS clear not yet implemented.")); -- cgit v1.2.3