aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLDefaultInterface_none.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLDefaultInterface_none.cpp')
-rw-r--r--src/gpu/gl/GrGLDefaultInterface_none.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gpu/gl/GrGLDefaultInterface_none.cpp b/src/gpu/gl/GrGLDefaultInterface_none.cpp
deleted file mode 100644
index f9e52470bc..0000000000
--- a/src/gpu/gl/GrGLDefaultInterface_none.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * Copyright 2011 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include "gl/GrGLInterface.h"
-
-const GrGLInterface* GrGLDefaultInterface() {
- return nullptr;
-}