diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-24 23:11:37 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-24 23:11:37 +0000 |
| commit | c4ad328e63067bc290c52a92c602220007729a9c (patch) | |
| tree | ebc9e58c72167949ad00352fdcb455f72e7f778b /sources/protocols/VSProtocol.java | |
| parent | 7015fbd868d211e5688723e0de9efe933fcb5596 (diff) | |
Cleanup.
Diffstat (limited to 'sources/protocols/VSProtocol.java')
| -rw-r--r-- | sources/protocols/VSProtocol.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/protocols/VSProtocol.java b/sources/protocols/VSProtocol.java index e13fe2e..7b9b9ad 100644 --- a/sources/protocols/VSProtocol.java +++ b/sources/protocols/VSProtocol.java @@ -67,7 +67,6 @@ abstract public class VSProtocol extends VSEvent { } } - abstract protected void onInit(); abstract protected void onClientStart(); abstract protected void onClientReset(); abstract protected void onClientRecv(VSMessage message); |
