removed warning. try at own risk. =)

pull/14/head
Tim Su 16 years ago
parent d269f5f189
commit f649568c14

@ -20,9 +20,6 @@ public class Synchronizer {
/** Synchronize all activated sync services */
public static void synchronize(final Activity activity) {
// sync services do cleanup themselves, so currently we only
// support one sync service at a time.
// RTM sync
if(Preferences.shouldSyncRTM(activity)) {
services.get(SYNC_ID_RTM).synchronizeService(activity);

Loading…
Cancel
Save