diff options
Diffstat (limited to 'src/i830_ring.h')
-rw-r--r-- | src/i830_ring.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/i830_ring.h b/src/i830_ring.h index c2078fb4..c296d41a 100644 --- a/src/i830_ring.h +++ b/src/i830_ring.h @@ -42,11 +42,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. pI830->ring_next &= pI830->LpRing->tail_mask; \ } while (0) -union intfloat { - float f; - unsigned int ui; -}; - #define OUT_RING_F(x) do { \ union intfloat tmp; \ tmp.f = (float)(x); \ |