summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2017-04-26 00:37:19 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-05-04 09:16:03 +0200
commitd8586afd8bbda11130a1536d61820fe809af22c5 (patch)
tree3aef7de0eb0372e21260a7196fcc747ceeb90da7
parent4a796e979e14ced4124c7cb4a22792b3db204554 (diff)
downloadqemu-d8586afd8bbda11130a1536d61820fe809af22c5.tar.gz
audio: remove UINT16
More modernitation. Signed-off-by: Juan Quintela <quintela@redhat.com> Message-id: 20170425223739.6703-7-quintela@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-rw-r--r--hw/audio/fmopl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/audio/fmopl.h b/hw/audio/fmopl.h
index 3df89425ef..1891a22349 100644
--- a/hw/audio/fmopl.h
+++ b/hw/audio/fmopl.h
@@ -10,7 +10,6 @@
/* compiler dependence */
#ifndef OSD_CPU_H
#define OSD_CPU_H
-typedef unsigned short UINT16; /* unsigned 16bit */
typedef unsigned int UINT32; /* unsigned 32bit */
typedef signed char INT8; /* signed 8bit */
typedef signed short INT16; /* signed 16bit */