diff --git a/applications/Decoder/Decoder.cs b/applications/Decoder/Decoder.cs index ff2c33c3..83cffdbf 100644 --- a/applications/Decoder/Decoder.cs +++ b/applications/Decoder/Decoder.cs @@ -39,7 +39,6 @@ class Decoder { private static int BUFSIZE = 8096; private static SecondLife client = new SecondLife(); - private static ProtocolManager protocol = new ProtocolManager("message_template.msg", client); private static string grep = null; private static byte[] data = new byte[BUFSIZE]; private static byte[] temp = new byte[BUFSIZE]; diff --git a/libsecondlife.build b/libsecondlife.build index 8853564e..ba02d140 100644 --- a/libsecondlife.build +++ b/libsecondlife.build @@ -23,7 +23,7 @@ - +