Skip to content

Commit

Permalink
DSPConnection cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanchere committed Apr 9, 2014
1 parent fbcfe9e commit a3ff411
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nFMOD/DspConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public class DspConnection : Handle
private static extern ErrorCode GetMemoryInfo (IntPtr dspconnection, uint memorybits, uint event_memorybits, ref uint memoryused, ref MemoryUsageDetails memoryused_details);
#endregion


internal DspConnection(IntPtr ConnPtr)
{
SetHandle(ConnPtr);
Expand Down

0 comments on commit a3ff411

Please sign in to comment.