summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/state_tracker
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-11-22 22:45:38 +0000
committerEmil Velikov <[email protected]>2015-11-25 20:26:52 +0000
commitb78259c4b5ec1c76cb9e6b1c79aa6a979dca36c8 (patch)
treebc48eebd1b399fadda16f9d8ac02d4e8e6897985 /src/gallium/include/state_tracker
parent59cfb21d4670559d49a721df766073d9d288b51a (diff)
gallium: remove unused function declarations
Unused as of commit 23fb11455b4 "{st,targets}/dri: use static/dynamic pipe-loader" Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/include/state_tracker')
-rw-r--r--src/gallium/include/state_tracker/drisw_api.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/include/state_tracker/drisw_api.h b/src/gallium/include/state_tracker/drisw_api.h
index cd5a27e2482..03d5ee405a4 100644
--- a/src/gallium/include/state_tracker/drisw_api.h
+++ b/src/gallium/include/state_tracker/drisw_api.h
@@ -20,9 +20,4 @@ struct drisw_loader_funcs
void *data, int x, int y, unsigned width, unsigned height, unsigned stride);
};
-/**
- * Implemented by the drisw target.
- */
-struct pipe_screen * drisw_create_screen(struct drisw_loader_funcs *lf);
-
#endif