- From: CVS User ylafon <cvsmail@w3.org>
- Date: Fri, 04 Jan 2013 14:55:02 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/aural
In directory roscoe:/tmp/cvs-serv25137/aural
Modified Files:
ACssStyle.java
Removed Files:
ACssPhonemes.java
Log Message:
removed no-longer defined property
--- /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java 2013/01/04 13:14:02 1.18
+++ /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java 2013/01/04 14:55:02 1.19
@@ -1,5 +1,5 @@
//
-// $Id: ACssStyle.java,v 1.18 2013/01/04 13:14:02 ylafon Exp $
+// $Id: ACssStyle.java,v 1.19 2013/01/04 14:55:02 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.18 $
+ * @version $Revision: 1.19 $
*/
public class ACssStyle extends Css1Style {
@@ -31,7 +31,6 @@
ACssVoiceStress acssVoiceStress;
ACssVoiceDuration acssVoiceDuration;
ACssInterpretAs acssInterpretAs;
- ACssPhonemes acssPhonemes;
/**
* Get the voice family
@@ -141,14 +140,6 @@
return acssInterpretAs;
}
- public ACssPhonemes getPhonemes() {
- if (acssPhonemes == null) {
- acssPhonemes =
- (ACssPhonemes) style.CascadingOrder(new ACssPhonemes(), style, selector);
- }
- return acssPhonemes;
- }
-
/**
* Find conflicts in this Style
*
Received on Friday, 4 January 2013 14:55:03 UTC