From b45bfb9ad3d19e25da9a885ce97b493f4bc13b5f Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 25 Jun 2002 01:19:08 +0000 Subject: [PATCH] Removed pointless and incorrect hitTest() override. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1537 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../com/threerings/media/tile/ObjectTile.java | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/java/com/threerings/media/tile/ObjectTile.java b/src/java/com/threerings/media/tile/ObjectTile.java index c47b1dd2a..8a3b409ca 100644 --- a/src/java/com/threerings/media/tile/ObjectTile.java +++ b/src/java/com/threerings/media/tile/ObjectTile.java @@ -1,5 +1,5 @@ // -// $Id: ObjectTile.java,v 1.10 2002/06/21 18:52:36 mdb Exp $ +// $Id: ObjectTile.java,v 1.11 2002/06/25 01:19:08 mdb Exp $ package com.threerings.media.tile; @@ -101,19 +101,6 @@ public class ObjectTile extends Tile _originY = y; } - /** - * Returns true if the object tile's bounds contain the specified - * point, and if there is a non-transparent pixel in the tile image at - * the specified point, false if not. - * - * @param x the x offset into the object tile's bounds to test. - * @param y the y offset into the object tile's bounds to test. - */ - public boolean hitTest (int x, int y) - { - return ImageUtil.hitTest(_image, x, y); - } - // documentation inherited public void toString (StringBuffer buf) {