summaryrefslogtreecommitdiff
path: root/avplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'avplay.c')
-rw-r--r--avplay.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/avplay.c b/avplay.c
index d47cf9439a..ead79f3c08 100644
--- a/avplay.c
+++ b/avplay.c
@@ -282,11 +282,6 @@ static AVPacket flush_pkt;
static SDL_Surface *screen;
-void exit_program(int ret)
-{
- exit(ret);
-}
-
static int packet_queue_put(PacketQueue *q, AVPacket *pkt);
/* packet queue handling */