diff options
author | Corbin Simpson <[email protected]> | 2009-01-09 21:50:56 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-01 23:30:21 -0800 |
commit | 4aaaecbfa6fa810899ef04de44f9f79ec4d8134f (patch) | |
tree | 8dfa7a713e8745f68336b5267ef42e0a6025bd7e /src/gallium/drivers/r300/r300_surface.h | |
parent | e9b08e7373c00306bce398ea8d34f42e54f98c6d (diff) |
A bit of r300 cleanup.
Diffstat (limited to 'src/gallium/drivers/r300/r300_surface.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_surface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_surface.h b/src/gallium/drivers/r300/r300_surface.h index 29858eb5417..0b2fd0b32bf 100644 --- a/src/gallium/drivers/r300/r300_surface.h +++ b/src/gallium/drivers/r300/r300_surface.h @@ -31,6 +31,4 @@ #include "r300_blit.h" #include "r300_context.h" -void r300_init_surface_functions(struct r300_context* r300); - #endif /* R300_SURFACE_H */ |