summaryrefslogtreecommitdiff
path: root/src/select/properties/speak_numeral.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/speak_numeral.c')
-rw-r--r--src/select/properties/speak_numeral.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/select/properties/speak_numeral.c b/src/select/properties/speak_numeral.c
index d2ff01d..1e74abd 100644
--- a/src/select/properties/speak_numeral.c
+++ b/src/select/properties/speak_numeral.c
@@ -17,8 +17,6 @@
css_error css__cascade_speak_numeral(uint32_t opv, css_style *style,
css_select_state *state)
{
- uint16_t value = 0;
-
UNUSED(style);
if (isInherit(opv) == false) {
@@ -26,7 +24,6 @@ css_error css__cascade_speak_numeral(uint32_t opv, css_style *style,
case SPEAK_NUMERAL_DIGITS:
case SPEAK_NUMERAL_CONTINUOUS:
/** \todo convert to public values */
- value = 0;
break;
}
}