From d52ccc0ecacbc61568138fa4c0fd58930078c664 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 26 Apr 2017 00:37:38 +0200 Subject: audio: un-export OPLResetChip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan Quintela Reviewed-by: Philippe Mathieu-Daudé Message-id: 20170425223739.6703-26-quintela@redhat.com Signed-off-by: Gerd Hoffmann --- hw/audio/fmopl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/audio/fmopl.h') diff --git a/hw/audio/fmopl.h b/hw/audio/fmopl.h index f89af08..fc9f16b 100644 --- a/hw/audio/fmopl.h +++ b/hw/audio/fmopl.h @@ -95,7 +95,6 @@ FM_OPL *OPLCreate(int clock, int rate); void OPLDestroy(FM_OPL *OPL); void OPLSetTimerHandler(FM_OPL *OPL,OPL_TIMERHANDLER TimerHandler,int channelOffset); -void OPLResetChip(FM_OPL *OPL); int OPLWrite(FM_OPL *OPL,int a,int v); unsigned char OPLRead(FM_OPL *OPL,int a); int OPLTimerOver(FM_OPL *OPL,int c); -- cgit v1.1