Skip to content

Commit

Permalink
Remove unused WASAPI helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
Themaister committed Nov 18, 2023
1 parent d7a1a42 commit 9e707fd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions audio/audio_wasapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@ WASAPIBackend::~WASAPIBackend()
CloseHandle(audio_event);
}

static REFERENCE_TIME seconds_to_reference_time(double t)
{
return REFERENCE_TIME(t * 10000000.0 + 0.5);
}

static double reference_time_to_seconds(REFERENCE_TIME t)
{
return double(t) / 10000000.0;
Expand Down

0 comments on commit 9e707fd

Please sign in to comment.