From 529049dc599d3b43ced6a8f04e31415f4cabdf4a Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 11 Aug 2020 10:06:12 -0700 Subject: Remove an unused variable --- examples/alffplay.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/alffplay.cpp') diff --git a/examples/alffplay.cpp b/examples/alffplay.cpp index 2a5c7272..3ee3f286 100644 --- a/examples/alffplay.cpp +++ b/examples/alffplay.cpp @@ -131,7 +131,6 @@ LPALBUFFERCALLBACKSOFT alBufferCallbackSOFT; const seconds AVNoSyncThreshold{10}; -const milliseconds VideoSyncThreshold{10}; #define VIDEO_PICTURE_QUEUE_SIZE 24 const seconds_d64 AudioSyncThreshold{0.03}; -- cgit v1.2.3