diff mbox

[1/6] audio: Nothing uses UINT16

Message ID ac522830be6f2347115d350c290311bab735ecd1.1251482708.git.quintela@redhat.com
State Superseded
Headers show

Commit Message

Juan Quintela Aug. 28, 2009, 6:06 p.m. UTC
Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 hw/fmopl.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/hw/fmopl.h b/hw/fmopl.h
index a01ff90..12c78cb 100644
--- a/hw/fmopl.h
+++ b/hw/fmopl.h
@@ -14,7 +14,6 @@ 
 #ifndef OSD_CPU_H
 #define OSD_CPU_H
 typedef unsigned char	UINT8;   /* unsigned  8bit */
-typedef unsigned short	UINT16;  /* unsigned 16bit */
 typedef unsigned int	UINT32;  /* unsigned 32bit */
 typedef signed char		INT8;    /* signed  8bit   */
 typedef signed short	INT16;   /* signed 16bit   */