CVS commit by goffioul: Remove commented code M +0 -4 confsystem.cpp 1.13 --- kdebase/kdeprint/kdeprintfax/confsystem.cpp #1.12:1.13 @@ -191,8 +191,4 @@ void ConfSystem::slotSystemChanged(int I void ConfSystem::slotDeviceChanged( int ID ) { -// if ( ID == 0 ) -// m_device_edit->setText( "/dev/modem" ); -// else if ( ID != ( m_device->count()-1 ) ) -// m_device_edit->setText( QString( "/dev/ttyS%1" ).arg( ID-1 ) ); if ( ID != ( m_device->count()-1 ) ) m_device_edit->hide();