found via cppcheck:
remove code that will never run make definition and declaration names for parameters match change floats that were being set to bool values remove pointer that is never used
This commit is contained in:
parent
914f51031c
commit
f066991aa7
7 changed files with 7 additions and 11 deletions
|
|
@ -122,7 +122,6 @@ int AudioDriverManager::get_driver_count() {
|
|||
}
|
||||
|
||||
void AudioDriverManager::initialize(int p_driver) {
|
||||
AudioDriver *driver;
|
||||
int failed_driver = -1;
|
||||
|
||||
// Check if there is a selected driver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue