r300-gallium: Don't bother with conditional double define.

We'll just forever leave it in r300_winsys.h since it's needed for
whichever winsys is hosting the pipe.
This commit is contained in:
Corbin Simpson
2009-05-01 04:47:50 -07:00
parent 1f43cc1d84
commit a609f78cf6
-7
View File
@@ -314,11 +314,4 @@ struct draw_stage* r300_draw_stage(struct r300_context* r300);
void r300_init_state_functions(struct r300_context* r300);
void r300_init_surface_functions(struct r300_context* r300);
/* Fun with includes: r300_winsys also declares this prototype.
* We'll just step out in that case... */
#ifndef R300_WINSYS_H
struct pipe_context* r300_create_context(struct pipe_screen* screen,
struct r300_winsys* r300_winsys);
#endif
#endif /* R300_CONTEXT_H */