[Delete] Delete AudioMessage.cs

This commit is contained in:
sta 2016-08-02 16:24:59 +09:00
parent 85a55644fd
commit 6ff198c482
2 changed files with 0 additions and 13 deletions

View File

@ -1,12 +0,0 @@
using System;
namespace Example1
{
internal class AudioMessage
{
public uint user_id;
public byte ch_num;
public uint buffer_length;
public float[,] buffer_array;
}
}

View File

@ -62,7 +62,6 @@
<Compile Include="AssemblyInfo.cs" />
<Compile Include="AudioStreamer.cs" />
<Compile Include="Program.cs" />
<Compile Include="AudioMessage.cs" />
<Compile Include="TextMessage.cs" />
<Compile Include="NotificationMessage.cs" />
<Compile Include="Notifier.cs" />