hillion 02/02/20 04:38:45 Modified: sources/org/apache/batik/swing/svg JSVGComponent.java Log: - Removed a useless method. Revision Changes Path 1.41 +1 -11 xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java Index: JSVGComponent.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- JSVGComponent.java 19 Feb 2002 22:08:44 -0000 1.40 +++ JSVGComponent.java 20 Feb 2002 12:38:45 -0000 1.41 @@ -180,7 +180,7 @@ * building/rendering a document (invalid XML file, missing attributes...).</p> * * @author <a href="mailto:[EMAIL PROTECTED]">Stephane Hillion</a> - * @version $Id: JSVGComponent.java,v 1.40 2002/02/19 22:08:44 deweese Exp $ + * @version $Id: JSVGComponent.java,v 1.41 2002/02/20 12:38:45 hillion Exp $ */ public class JSVGComponent extends JGVTComponent { @@ -1015,16 +1015,6 @@ } // GVTTreeRendererListener /////////////////////////////////////////// - - /** - * Called when a rendering started. - */ - public void gvtRenderingStarted(GVTTreeRendererEvent e) { - super.gvtRenderingStarted(e); - - // Don't know if more stuff should go here, but this works - // much better than not calling the base class. - } /** * Called when a rendering was completed.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]