Skip to content

Commit

Permalink
Fix issue #219
Browse files Browse the repository at this point in the history
  • Loading branch information
bear101 committed Aug 10, 2016
1 parent 63eccce commit f05523d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qtTeamTalk/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1495,8 +1495,6 @@ void MainWindow::Connect()

//Restart sound system so we have the latest sound devices
TT_RestartSoundSystem();
TT_DBG_SetSoundInputTone(
ttInst, STREAMTYPE_VOICE, 800);

int inputid = getSelectedSndInputDevice();
bool init_indev = (TT_GetFlags(ttInst) & CLIENT_SNDINPUT_READY) == 0 &&
Expand Down

0 comments on commit f05523d

Please sign in to comment.