r600g: Remove the redundant radeon_new() prototype.

This commit is contained in:
Henri Verbeet 2011-01-15 19:39:52 +01:00
parent 5a2abf7a85
commit a25473b535
1 changed files with 0 additions and 2 deletions

View File

@ -41,8 +41,6 @@
#define RADEON_INFO_TILING_CONFIG 0x6
#endif
static struct radeon *radeon_new(int fd, unsigned device);
enum radeon_family r600_get_family(struct radeon *r600)
{
return r600->family;