summaryrefslogtreecommitdiffstats
path: root/src/gbm/main/gbmint.h
diff options
context:
space:
mode:
authorBen Widawsky <[email protected]>2016-07-29 13:42:04 -0700
committerBen Widawsky <[email protected]>2016-08-01 09:11:14 -0700
commite7c8c85785b3a8f29e3fc202988ac2414453586f (patch)
tree546cb86224df037a8c244f4535a89f2e8879b84a /src/gbm/main/gbmint.h
parentcec377eed3ab6420679dceef98ad0eea27b5f644 (diff)
gbm: Removed unused function.
AFAICT, it's never been used. It was briefly nudged in the right direction here: commit 10e5ffd4961055ebba5be4d85a93cc66cdd5a635 Author: Emil Velikov <[email protected]> Date: Sat Jan 25 17:19:10 2014 +0000 gbm: do not export _gbm_mesa_get_device Signed-off-by: Ben Widawsky <[email protected]> Reviewed-by: Kristian H. Kristensen <[email protected]>
Diffstat (limited to 'src/gbm/main/gbmint.h')
-rw-r--r--src/gbm/main/gbmint.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gbm/main/gbmint.h b/src/gbm/main/gbmint.h
index 914e2c1749a..cfef5eea291 100644
--- a/src/gbm/main/gbmint.h
+++ b/src/gbm/main/gbmint.h
@@ -117,7 +117,4 @@ struct gbm_backend {
struct gbm_device *(*create_device)(int fd);
};
-struct gbm_device *
-_gbm_mesa_get_device(int fd);
-
#endif