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

Modified Files:
	ACssStyle.java 
Removed Files:
	ACssInterpretAs.java 
Log Message:
removed no-longer defined property

--- /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java	2013/01/04 14:55:02	1.19
+++ /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java	2013/01/04 14:56:30	1.20
@@ -1,5 +1,5 @@
 //
-// $Id: ACssStyle.java,v 1.19 2013/01/04 14:55:02 ylafon Exp $
+// $Id: ACssStyle.java,v 1.20 2013/01/04 14:56:30 ylafon Exp $
 // From Philippe Le Hegaret (Philippe.Le_Hegaret@sophia.inria.fr)
 //
 // (c) COPYRIGHT MIT and INRIA, 1997.
@@ -13,7 +13,7 @@
 import org.w3c.css.util.Warnings;
 
 /**
- * @version $Revision: 1.19 $
+ * @version $Revision: 1.20 $
  */
 public class ACssStyle extends Css1Style {
 
@@ -30,7 +30,6 @@
 	ACssVoicePitchRange acssVoicePitchRange;
 	ACssVoiceStress acssVoiceStress;
 	ACssVoiceDuration acssVoiceDuration;
-	ACssInterpretAs acssInterpretAs;
 
 	/**
 	 * Get the voice family
@@ -132,14 +131,6 @@
 		return acssVoiceDuration;
 	}
 
-	public ACssInterpretAs getInterpretAs() {
-		if (acssInterpretAs == null) {
-			acssInterpretAs =
-					(ACssInterpretAs) style.CascadingOrder(new ACssInterpretAs(), style, selector);
-		}
-		return acssInterpretAs;
-	}
-
 	/**
 	 * Find conflicts in this Style
 	 *

Received on Friday, 4 January 2013 14:56:31 UTC