remove kGL_Capability (unused)
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 4 Feb 2014 17:49:52 +0000 (17:49 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 4 Feb 2014 17:49:52 +0000 (17:49 +0000)
BUG=skia:
R=bsalomon@google.com

Review URL: https://codereview.chromium.org/153993003

git-svn-id: http://skia.googlecode.com/svn/trunk@13307 2bbb7eff-a529-9590-31e7-b0007b416f81

include/core/SkDevice.h

index c35f02d..250a6a3 100644 (file)
@@ -59,9 +59,7 @@ public:
     SkMetaData& getMetaData();
 
     enum Capabilities {
-        kGL_Capability     = 0x1,  //!< mask indicating GL support
-        kVector_Capability = 0x2,  //!< mask indicating a vector representation
-        kAll_Capabilities  = 0x3
+        kVector_Capability = 0x1,  //!< mask indicating a vector representation
     };
     virtual uint32_t getDeviceCapabilities() = 0;