From 96b7feb7f28dd7fbdf193e9bc32b9c32bee4e408 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Fri, 1 Apr 2011 23:17:00 +0000 Subject: [PATCH] Keerist, that doesn't even compile. I'll let mdb sort this out. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6579 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/main/java/com/threerings/presents/dobj/CompoundEvent.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/java/com/threerings/presents/dobj/CompoundEvent.java b/src/main/java/com/threerings/presents/dobj/CompoundEvent.java index 016444d53..e6c5c506a 100644 --- a/src/main/java/com/threerings/presents/dobj/CompoundEvent.java +++ b/src/main/java/com/threerings/presents/dobj/CompoundEvent.java @@ -35,9 +35,6 @@ import com.threerings.presents.net.Transport; */ public class CompoundEvent extends DEvent { - /** Unserialize. */ - public CompoundEvent () {} - /** * Constructs a compound event and prepares it for operation. */