remove comment

This commit is contained in:
Jeff Lenk 2011-07-11 10:31:30 -05:00
parent c6048134c4
commit ce0c7810de
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ using FreeSWITCH.Native;
namespace FreeSWITCH
{
/* When this class is used you must call Dispose on the object when done or you will leak the unmanaged switch_event */
public class SwitchEventWrap : switch_event, IDisposable
{
private bool disposed;