1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2025-01-12 22:27:59 -05:00

Channel: Removed dead code

This commit is contained in:
Sebastian Kaspari 2010-03-09 23:07:28 +01:00
parent 218b2a8ed5
commit 2c60fec377

View File

@ -66,16 +66,6 @@ public class Channel
}
}
/**
* Get all buffered messages
*
* @return
*/
public LinkedList<Message> getBuffer()
{
return buffer;
}
/**
* Get channel history
*