PaneDisplay::Move is never used

This commit is contained in:
Glenn Maynard
2005-01-29 21:13:24 +00:00
parent 271f14516d
commit 8a9dd8d177
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -429,12 +429,6 @@ PaneTypes PaneDisplay::GetNext( PaneTypes current, int dir ) const
return ret;
}
void PaneDisplay::Move( int dir )
{
const PaneTypes NewPane = GetNext( m_CurPane, dir );
SetFocus( NewPane );
}
/*
* (c) 2003 Glenn Maynard
* All rights reserved.