From: Juan Quintela <[email protected]> Signed-off-by: Juan Quintela <[email protected]> Message-id: [email protected] Signed-off-by: Gerd Hoffmann <[email protected]> --- hw/audio/fmopl.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/hw/audio/fmopl.h b/hw/audio/fmopl.h index b52f0392cb..bede6717ae 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 signed char INT8; /* signed 8bit */ typedef signed short INT16; /* signed 16bit */ typedef signed int INT32; /* signed 32bit */ #endif -- 2.9.3
