Handle notifications for deletes.

This commit is contained in:
Klaas Freitag 2013-08-06 18:04:08 +02:00
parent 002142539b
commit 9c289334e9

View file

@ -442,14 +442,12 @@ Progress::Kind CSyncThread::csyncToProgressKind( enum csync_notify_type_e kind )
case CSYNC_NOTIFY_FINISHED_SYNC_SEQUENCE:
pKind = Progress::EndSync;
break;
#if 0
case CSYNC_NOTIFY_START_DELETE:
pKind = Progress::StartDelete;
break;
case CSYNC_NOTIFY_END_DELETE:
pKind = Progress::EndDelete;
break;
#endif
case CSYNC_NOTIFY_ERROR:
pKind = Progress::Error;
break;