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-serv9137/aural

Modified Files:
	ACssStyle.java 
Removed Files:
	ACssPitchRange.java 
Log Message:
pitch-range

--- /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java	2013/01/02 13:32:29	1.14
+++ /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java	2013/01/02 13:48:14	1.15
@@ -1,5 +1,5 @@
 //
-// $Id: ACssStyle.java,v 1.14 2013/01/02 13:32:29 ylafon Exp $
+// $Id: ACssStyle.java,v 1.15 2013/01/02 13:48:14 ylafon Exp $
 // From Philippe Le Hegaret (Philippe.Le_Hegaret@sophia.inria.fr)
 //
 // (c) COPYRIGHT MIT and INRIA, 1997.
@@ -14,7 +14,7 @@
 import org.w3c.css.values.CssPercentage;
 
 /**
- * @version $Revision: 1.14 $
+ * @version $Revision: 1.15 $
  */
 public class ACssStyle extends Css1Style {
 
@@ -22,7 +22,6 @@
   ACssCue  acssCue = new ACssCue(); // it's a macro
   ACssVoiceFamily acssVoiceFamily;
   ACssPitch acssPitch;
-  ACssPitchRange acssPitchRange;
   ACssPlayDuring acssPlayDuring;
 
   ACssSpeakDate    acssSpeakDate;
@@ -92,16 +91,6 @@
   }
 
   /**
-   * Get the pitch
-   */
-  public ACssPitchRange getPitchRange() {
-    if (acssPitchRange == null) {
-      acssPitchRange = (ACssPitchRange) style.CascadingOrder(new ACssPitchRange(), style, selector);
-    }
-    return acssPitchRange;
-  }
-
-  /**
    * Get the cue after
    */
   public ACssCueAfter getCueAfter() {

Received on Wednesday, 2 January 2013 13:48:15 UTC