- From: CVS User ylafon <cvsmail@w3.org>
- Date: Tue, 08 Jan 2013 11:39:12 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/aural
In directory roscoe:/tmp/cvs-serv18264/aural
Modified Files:
ACssStyle.java
Log Message:
removed no-longer defined experimental property
--- /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java 2013/01/08 11:13:38 1.26
+++ /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java 2013/01/08 11:39:12 1.27
@@ -1,5 +1,5 @@
//
-// $Id: ACssStyle.java,v 1.26 2013/01/08 11:13:38 ylafon Exp $
+// $Id: ACssStyle.java,v 1.27 2013/01/08 11:39:12 ylafon Exp $
// From Philippe Le Hegaret (Philippe.Le_Hegaret@sophia.inria.fr)
//
// (c) COPYRIGHT MIT and INRIA, 1997.
@@ -12,14 +12,13 @@
import org.w3c.css.util.Warnings;
/**
- * @version $Revision: 1.26 $
+ * @version $Revision: 1.27 $
*/
public class ACssStyle extends Css1Style {
ACssVoiceVolume acssVoiceVolume;
ACssVoiceRate acssVoiceRate;
- ACssVoicePitchRange acssVoicePitchRange;
public ACssVoiceVolume getVoiceVolume() {
@@ -38,14 +37,6 @@
return acssVoiceRate;
}
- public ACssVoicePitchRange getVoicePitchRange() {
- if (acssVoicePitchRange == null) {
- acssVoicePitchRange =
- (ACssVoicePitchRange) style.CascadingOrder(new ACssVoicePitchRange(), style, selector);
- }
- return acssVoicePitchRange;
- }
-
/**
* Find conflicts in this Style
*
Received on Tuesday, 8 January 2013 11:39:13 UTC