summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/framing.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/framing.c b/src/framing.c
index 70b0640..44da787 100644
--- a/src/framing.c
+++ b/src/framing.c
@@ -691,9 +691,6 @@ long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og){
/* yes, have a whole page all ready to go */
{
- unsigned char *page=oy->data+oy->returned;
- long bytes;
-
if(og){
og->header=page;
og->header_len=oy->headerbytes;