No show all.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2672 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-06-20 21:50:56 +00:00
parent fc9f2d88f3
commit 2f63091f59
@@ -1,5 +1,5 @@
//
// $Id: MisoScenePanel.java,v 1.45 2003/06/19 22:20:02 mdb Exp $
// $Id: MisoScenePanel.java,v 1.46 2003/06/20 21:50:56 mdb Exp $
package com.threerings.miso.client;
@@ -71,9 +71,6 @@ public class MisoScenePanel extends VirtualMediaPanel
/** Show flag that indicates we should show all tips. */
public static final int SHOW_TIPS = (1 << 0);
/** Show flag that indicates we should show everything. */
public static final int SHOW_ALL = 0xFFFFFF;
/**
* Creates a blank miso scene display. Configure it with a scene model
* via {@link #setSceneModel} to cause it to display something.