Remove unused doSyncWithPreferences
This commit is contained in:
parent
06bfe60c54
commit
3bce2e656f
1 changed files with 1 additions and 5 deletions
|
@ -42,7 +42,7 @@ import {
|
|||
} from 'redux/selectors/app';
|
||||
import { selectDaemonSettings, selectClientSetting } from 'redux/selectors/settings';
|
||||
import { selectUser, selectUserVerifiedEmail } from 'redux/selectors/user';
|
||||
import { doSyncLoop, doSetPrefsReady, doPreferenceGet, doPopulateSharedUserState } from 'redux/actions/sync';
|
||||
import { doSetPrefsReady, doPreferenceGet, doPopulateSharedUserState } from 'redux/actions/sync';
|
||||
import { doAuthenticate } from 'redux/actions/user';
|
||||
import { lbrySettings as config, version as appVersion } from 'package.json';
|
||||
import analytics, { SHARE_INTERNAL } from 'analytics';
|
||||
|
@ -674,10 +674,6 @@ export function doHandleSyncComplete(error, hasNewData) {
|
|||
};
|
||||
}
|
||||
|
||||
export function doSyncWithPreferences() {
|
||||
return (dispatch) => dispatch(doSyncLoop());
|
||||
}
|
||||
|
||||
export function doToggleInterestedInYoutubeSync() {
|
||||
return {
|
||||
type: ACTIONS.TOGGLE_YOUTUBE_SYNC_INTEREST,
|
||||
|
|
Loading…
Reference in a new issue