[Scummvm-cvs-logs] SF.net SVN: scummvm:[46150] scummvm/trunk/engines/sci/sfx/device.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Nov 26 09:19:56 CET 2009


Revision: 46150
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46150&view=rev
Author:   thebluegr
Date:     2009-11-26 08:19:56 +0000 (Thu, 26 Nov 2009)

Log Message:
-----------
Removed dead code

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sfx/device.h

Modified: scummvm/trunk/engines/sci/sfx/device.h
===================================================================
--- scummvm/trunk/engines/sci/sfx/device.h	2009-11-26 00:59:57 UTC (rev 46149)
+++ scummvm/trunk/engines/sci/sfx/device.h	2009-11-26 08:19:56 UTC (rev 46150)
@@ -33,24 +33,6 @@
 
 namespace Sci {
 
-struct _midi_device {
-	const char *name;
-
-	Common::Error (*init)(struct _midi_device *self);
-	/* Initializes the device
-	** Parameters: (midi_device_t *) self: Self reference
-	** Returns   : (int) Common::kNoError on success, Common::kUnknownError if the device could not be
-	**                   opened
-	*/
-
-	Common::Error (*set_option)(struct _midi_device *self, char *name, char *value);
-	/* Sets an option for the device
-	** Parameters: (char *) name: Name of the option to set
-	**             (char *) value: Value of the option to set
-	** Returns   : (int) Common::kNoError on success, Common::kUnknownError otherwise (unsupported option)
-	*/
-};
-
 struct midi_writer_t {
 	char *name; /* Name description of the device */
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list