CVS commit by wheeler: fix a warning and remove an unused variable M +3 -4 smssendprovider.cpp 1.33 --- kdenetwork/kopete/protocols/sms/services/smssendprovider.cpp #1.32:1.33 @@ -174,5 +174,5 @@ void SMSSendProvider::save(QPtrListstart(KProcess::NotifyOnExit, KProcess::AllOutput); - + p->start(KProcess::NotifyOnExit, KProcess::AllOutput); }