compiler/nir: move build_log helper into builtin-builder
[mesa.git] / src / hgl / GLDispatcher.cpp
index 46b91d57c4990a3c8e2c3e231d7e313a2a51ccb0..f9709e444f96149f966edad32ef7bf20d2939b58 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
- * Copyright 2000-2012 Haiku, Inc. All Rights Reserved.
+ * Copyright 2000-2015 Haiku, Inc. All Rights Reserved.
  * Distributed under the terms of the MIT License.
  *
  * Authors:
  */
 
 
-extern "C" {
 #include "glapi/glapi.h"
 #include "glapi/glapi_priv.h"
 
+
+extern "C" {
 /*
  * NOTE: this file portion implements C-based dispatch of the OpenGL entrypoints
  * (glAccum, glBegin, etc).
@@ -56,14 +57,6 @@ BGLDispatcher::~BGLDispatcher()
 }
 
 
-status_t
-BGLDispatcher::CheckTable(const struct _glapi_table* table)
-{
-       _glapi_check_table(table ? table : _glapi_get_dispatch());
-       return B_OK;
-}
-
-
 status_t
 BGLDispatcher::SetTable(struct _glapi_table* table)
 {