Fixed now playing library view focus by removing some code that never

should have been there in the first place.
This commit is contained in:
casey langen 2016-09-18 01:19:25 -07:00
parent e7752eb3d0
commit 935ed10de9
2 changed files with 0 additions and 5 deletions

View File

@ -93,10 +93,6 @@ void NowPlayingLayout::InitializeWindows() {
this->Layout();
}
IWindowPtr NowPlayingLayout::GetFocus() {
return this->trackList;
}
void NowPlayingLayout::OnVisibilityChanged(bool visible) {
LayoutBase::OnVisibilityChanged(visible);

View File

@ -63,7 +63,6 @@ namespace musik {
virtual void Layout();
virtual void OnVisibilityChanged(bool visible);
virtual cursespp::IWindowPtr GetFocus();
virtual bool KeyPress(const std::string& key);
private: