From 6da7d9419308bdfe33fdd80b13d4b0c83fde18e9 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 26 Apr 2002 22:38:03 +0000 Subject: removed the unused destroy() methods; using 'delete this' issn't nice anyway svn-id: r4097 --- sound/mididrv.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sound/mididrv.h') diff --git a/sound/mididrv.h b/sound/mididrv.h index 61bd13d5ef..aa4d11f390 100644 --- a/sound/mididrv.h +++ b/sound/mididrv.h @@ -65,9 +65,6 @@ public: }; - /* destroy the midi object */ -// virtual void destroy() = 0; - /* open the midi driver. * returns 0 if successful. * otherwise an error code. */ -- cgit v1.2.3