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

Modified Files:
	ACssStyle.java 
Removed Files:
	ACssSpeakNumeral.java 
Log Message:
speak-numeral

--- /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java	2013/01/02 10:33:06	1.11
+++ /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java	2013/01/02 10:52:58	1.12
@@ -1,5 +1,5 @@
 //
-// $Id: ACssStyle.java,v 1.11 2013/01/02 10:33:06 ylafon Exp $
+// $Id: ACssStyle.java,v 1.12 2013/01/02 10:52:58 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.11 $
+ * @version $Revision: 1.12 $
  */
 public class ACssStyle extends Css1Style {
 
@@ -29,7 +29,6 @@
   ACssRichness acssRichness;
 
   ACssSpeakDate    acssSpeakDate;
-  ACssSpeakNumeral acssSpeakNumeral;
   ACssSpeakTime    acssSpeakTime;
 
   ACssVoiceVolume  acssVoiceVolume;
@@ -186,17 +185,6 @@
   }
 
   /**
-   * Get the speak numeral
-   */
-  public ACssSpeakNumeral getSpeakNumeral() {
-    if (acssSpeakNumeral == null) {
-      acssSpeakNumeral =
-	(ACssSpeakNumeral) style.CascadingOrder(new ACssSpeakNumeral(), style, selector);
-    }
-    return acssSpeakNumeral;
-  }
-
-  /**
    * Get the speak time
    */
   public ACssSpeakTime getSpeakTime() {

Received on Wednesday, 2 January 2013 10:52:59 UTC