summaryrefslogtreecommitdiff
path: root/src/daisy3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daisy3.c')
-rw-r--r--src/daisy3.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/daisy3.c b/src/daisy3.c
index 3515ad1..519f215 100644
--- a/src/daisy3.c
+++ b/src/daisy3.c
@@ -26,7 +26,6 @@ int get_page_number_3 (misc_t *misc, my_attribute_t *my_attribute)
{
if (! get_tag_or_label (misc, my_attribute, misc->reader))
return 0;
-#ifdef DAISY_PLAYER
if (strcasecmp (misc->tag, "text") == 0)
{
char *file, *anchor;
@@ -97,19 +96,6 @@ int get_page_number_3 (misc_t *misc, my_attribute_t *my_attribute)
} // if
} // while
} // if pagenum
-#endif
-
-#ifdef EBOOK_SPEAKER
- if (*misc->label)
- {
- misc->current_page_number = atoi (misc->label);
- return 1;
- } // if
- if (! get_tag_or_label (misc, my_attribute, misc->reader))
- {
- return 0;
- } // if
-#endif
} // while
} // get_page_number_3