diff --git a/src/java/com/threerings/media/VirtualMediaPanel.java b/src/java/com/threerings/media/VirtualMediaPanel.java index d19e2f7d3..bdac3fe84 100644 --- a/src/java/com/threerings/media/VirtualMediaPanel.java +++ b/src/java/com/threerings/media/VirtualMediaPanel.java @@ -1,5 +1,5 @@ // -// $Id: VirtualMediaPanel.java,v 1.19 2003/05/08 04:52:24 ray Exp $ +// $Id: VirtualMediaPanel.java,v 1.20 2003/05/08 16:10:50 mdb Exp $ package com.threerings.media; @@ -112,20 +112,6 @@ public class VirtualMediaPanel extends MediaPanel _fmode = -1; } - /** - * Configures a region of interest which will be displayed in the - * center of the viewport in situations where the media panel's actual - * size is smaller than its view size. - * - * @param region the region of interest or null if there is to be no - * region of interest (in which case the view will simply be - * centered). - */ - public void setRegionOfInterest (Rectangle region) - { - _interest = region; - } - /** * We overload this to translate mouse events into the proper * coordinates before they are dispatched to any of the mouse @@ -397,9 +383,6 @@ public class VirtualMediaPanel extends MediaPanel /** Our tiling background image. */ protected Mirage _background; - /** A region of interest which we'll try to keep visible. */ - protected Rectangle _interest; - /** The mode we're using when following a pathable. */ protected int _fmode = -1;