From: <mis...@us...> - 2007-02-22 09:54:56
|
Revision: 133 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=133&view=rev Author: misterd_sf Date: 2007-02-22 01:54:55 -0800 (Thu, 22 Feb 2007) Log Message: ----------- MPlayer: Removed unneeded code Modified Paths: -------------- trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.cs Modified: trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.cs =================================================================== --- trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.cs 2007-02-22 09:53:53 UTC (rev 132) +++ trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.cs 2007-02-22 09:54:55 UTC (rev 133) @@ -28,7 +28,6 @@ using System.ComponentModel; using System.Data; using System.Drawing; -using System.Runtime.InteropServices; using System.Text; using System.Windows.Forms; using System.Xml; @@ -450,22 +449,5 @@ } #endregion - #region external calls - /// <summary> - /// The mixerGetDevCaps function queries a specified mixer device to determine its capabilities. - /// </summary> - /// <param name="uMxId">Identifier or handle of an open mixer device.</param> - /// <param name="pmxcaps">Pointer to a MIXERCAPS structure that receives information about the capabilities of the device.</param> - /// <param name="cbmxcaps">Size, in bytes, of the MIXERCAPS structure.</param> - /// <returns>Returns MMSYSERR_NOERROR if successful or an error otherwise. Possible error values include the following.</returns> - [DllImport("winmm.dll", CharSet = CharSet.Ansi)] - public static extern int mixerGetDevCaps(int uMxId, ref AudioMixerHelper.MIXERCAPS pmxcaps, int cbmxcaps); - /// <summary> - /// The mixerGetNumDevs function retrieves the number of mixer devices present in the system. - /// </summary> - /// <returns>Returns the number of mixer devices or zero if no mixer devices are available.</returns> - [DllImport("winmm.dll", SetLastError = true)] - public static extern int mixerGetNumDevs(); - #endregion } } \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |