CVS 2002/css-validator/org/w3c/css/properties/aural

Update of /sources/public/2002/css-validator/org/w3c/css/properties/aural
In directory roscoe:/tmp/cvs-serv3517/aural

Modified Files:
	ACssStyle.java 
Removed Files:
	ACssPitch.java 
Log Message:
pitch

--- /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java	2013/01/03 14:57:07	1.16
+++ /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java	2013/01/04 11:07:25	1.17
@@ -1,5 +1,5 @@
 //
-// $Id: ACssStyle.java,v 1.16 2013/01/03 14:57:07 ylafon Exp $
+// $Id: ACssStyle.java,v 1.17 2013/01/04 11:07:25 ylafon Exp $
 // From Philippe Le Hegaret (Philippe.Le_Hegaret@sophia.inria.fr)
 //
 // (c) COPYRIGHT MIT and INRIA, 1997.
@@ -14,13 +14,12 @@
 import org.w3c.css.values.CssPercentage;
 
 /**
- * @version $Revision: 1.16 $
+ * @version $Revision: 1.17 $
  */
 public class ACssStyle extends Css1Style {
 
   ACssPause  acssPause = new ACssPause(); // it's a macro
   ACssVoiceFamily acssVoiceFamily;
-  ACssPitch acssPitch;
   ACssPlayDuring acssPlayDuring;
 
   ACssSpeakDate    acssSpeakDate;
@@ -80,16 +79,6 @@
   }
 
   /**
-   * Get the pitch
-   */
-  public ACssPitch getPitch() {
-    if (acssPitch == null) {
-      acssPitch = (ACssPitch) style.CascadingOrder(new ACssPitch(), style, selector);
-    }
-    return acssPitch;
-  }
-
-  /**
    * Get the play during
    */
   public ACssPlayDuring getPlayDuring() {

Received on Friday, 4 January 2013 11:07:26 UTC