summaryrefslogtreecommitdiff
path: root/src/select/properties/pitch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/pitch.c')
-rw-r--r--src/select/properties/pitch.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/select/properties/pitch.c b/src/select/properties/pitch.c
index a8c65d1..b6dc649 100644
--- a/src/select/properties/pitch.c
+++ b/src/select/properties/pitch.c
@@ -17,15 +17,12 @@
css_error css__cascade_pitch(uint32_t opv, css_style *style,
css_select_state *state)
{
- uint16_t value = 0;
css_fixed freq = 0;
uint32_t unit = UNIT_HZ;
if (isInherit(opv) == false) {
switch (getValue(opv)) {
case PITCH_FREQUENCY:
- value = 0;
-
freq = *((css_fixed *) style->bytecode);
advance_bytecode(style, sizeof(freq));
unit = *((uint32_t *) style->bytecode);