Cleanup: remove some commented-out code.

svn path=/trunk/kdebase/kwin/; revision=139264
This commit is contained in:
Ellis Whitehead 2002-02-27 21:59:59 +00:00
parent de6b166a8e
commit ee8cafc0f2

View file

@ -2676,12 +2676,6 @@ void Workspace::initShortcuts(){
void Workspace::readShortcuts(){
keys->readSettings();
/*walkThroughDesktopsKeycode = keys->shortcut("Walk Through Desktops");
walkBackThroughDesktopsKeycode = keys->shortcut("Walk Through Desktops (Reverse)");
walkThroughDesktopListKeycode = keys->shortcut("Walk Through Desktop List");
walkBackThroughDesktopListKeycode = keys->shortcut("Walk Through Desktop List (Reverse)");
walkThroughWindowsKeycode = keys->shortcut("Walk Through Windows");
walkBackThroughWindowsKeycode = keys->shortcut("Walk Through Windows (Reverse)");*/
cutWalkThroughDesktops = keys->shortcut("Walk Through Desktops");
cutWalkThroughDesktopsReverse = keys->shortcut("Walk Through Desktops (Reverse)");
cutWalkThroughDesktopList = keys->shortcut("Walk Through Desktop List");