diff options
Diffstat (limited to 'src/mesa/main/formatquery.c')
-rw-r--r-- | src/mesa/main/formatquery.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mesa/main/formatquery.c b/src/mesa/main/formatquery.c index 21d10a8e79c..a7f053e3c94 100644 --- a/src/mesa/main/formatquery.c +++ b/src/mesa/main/formatquery.c @@ -29,20 +29,6 @@ #include "fbobject.h" #include "formatquery.h" -/* default implementation of QuerySamplesForFormat driverfunc, for - * non-multisample-capable drivers. */ -size_t -_mesa_query_samples_for_format(struct gl_context *ctx, GLenum target, - GLenum internalFormat, int samples[16]) -{ - (void) target; - (void) internalFormat; - (void) ctx; - - samples[0] = 1; - return 1; -} - /* default implementation of QueryInternalFormat driverfunc, for * drivers not implementing ARB_internalformat_query2. */ |