aboutsummaryrefslogtreecommitdiff
path: root/sound/mididrv.h
diff options
context:
space:
mode:
authorMax Horn2002-04-26 22:38:03 +0000
committerMax Horn2002-04-26 22:38:03 +0000
commit6da7d9419308bdfe33fdd80b13d4b0c83fde18e9 (patch)
tree691fc0aea3c4a75ac2bf9fdfe1c54443852a1e7b /sound/mididrv.h
parent9868f6590deb834fc52ea1738f02bfc455b80fba (diff)
downloadscummvm-rg350-6da7d9419308bdfe33fdd80b13d4b0c83fde18e9.tar.gz
scummvm-rg350-6da7d9419308bdfe33fdd80b13d4b0c83fde18e9.tar.bz2
scummvm-rg350-6da7d9419308bdfe33fdd80b13d4b0c83fde18e9.zip
removed the unused destroy() methods; using 'delete this' issn't nice anyway <g>
svn-id: r4097
Diffstat (limited to 'sound/mididrv.h')
-rw-r--r--sound/mididrv.h3
1 files changed, 0 insertions, 3 deletions
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. */