From f0ac9381ac27b811512d73d90865930fa88524d9 Mon Sep 17 00:00:00 2001 From: shaper Date: Sat, 24 Nov 2001 08:25:04 +0000 Subject: [PATCH] Removed unused action command. git-svn-id: https://samskivert.googlecode.com/svn/trunk@465 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- .../java/com/samskivert/atlanti/client/AtlantiBoard.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/projects/atlanti/src/java/com/samskivert/atlanti/client/AtlantiBoard.java b/projects/atlanti/src/java/com/samskivert/atlanti/client/AtlantiBoard.java index 703ddfeb..d520d0e5 100644 --- a/projects/atlanti/src/java/com/samskivert/atlanti/client/AtlantiBoard.java +++ b/projects/atlanti/src/java/com/samskivert/atlanti/client/AtlantiBoard.java @@ -1,5 +1,5 @@ // -// $Id: AtlantiBoard.java,v 1.15 2001/11/08 08:00:22 mdb Exp $ +// $Id: AtlantiBoard.java,v 1.16 2001/11/24 08:25:04 shaper Exp $ package com.threerings.venison; @@ -24,10 +24,6 @@ import com.threerings.presents.dobj.DSet; public class VenisonBoard extends JPanel implements TileCodes, VenisonCodes { - /** The command posted when a tile is placed by the user on the - * board. */ - public static final String TILE_PLACED_CMD = "tile_placed"; - /** * Constructs a Venison board. */