replace _mesa_logbase2 with util_logbase2
[mesa.git] / src / mesa / state_tracker / st_cb_drawtex.h
index a3f54a349ccb49092aa68a8da655376ebaa7e4e4..87bf720cb0d072b9faee5f3b15f10f8a5fe9005a 100644 (file)
@@ -1,6 +1,6 @@
 /**************************************************************************
  * 
- * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
+ * Copyright 2008 VMware, Inc.
  * All Rights Reserved.
  *
  **************************************************************************/
@@ -10,9 +10,8 @@
 #define ST_CB_DRAWTEX_H
 
 
-#include "main/mtypes.h"
-
-#if FEATURE_OES_draw_texture
+struct dd_function_table;
+struct st_context;
 
 extern void
 st_init_drawtex_functions(struct dd_function_table *functions);
@@ -20,18 +19,4 @@ st_init_drawtex_functions(struct dd_function_table *functions);
 extern void
 st_destroy_drawtex(struct st_context *st);
 
-#else
-
-static INLINE void
-st_init_drawtex_functions(struct dd_function_table *functions)
-{
-}
-
-static INLINE void
-st_destroy_drawtex(struct st_context *st)
-{
-}
-
-#endif /* FEATURE_OES_draw_texture */
-
 #endif /* ST_CB_DRAWTEX_H */