Skip to content

Commit

Permalink
destructor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
silverchris committed Aug 13, 2022
1 parent a4e2a80 commit 4c655bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions src/Platforms/RPI/Managers/AudioManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ AudioManager::AudioManager() {

}

AudioManager::~AudioManager() {

}

void AudioManager::requestFocus(aasdk::messenger::ChannelId channelId,
aasdk::proto::enums::AudioFocusType_Enum aa_type, aasdk::io::Promise<void>::Pointer promise) {
promise->resolve();
Expand Down
5 changes: 1 addition & 4 deletions src/Platforms/RPI/Managers/VideoManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ void VideoManager::requestFocus() {

void VideoManager::releaseFocus() {
focusChanged(false);
}

VideoManager::~VideoManager() {
}
}

0 comments on commit 4c655bd

Please sign in to comment.