summaryrefslogtreecommitdiffstats
path: root/webapp/actions/global_actions.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/actions/global_actions.jsx')
-rw-r--r--webapp/actions/global_actions.jsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/webapp/actions/global_actions.jsx b/webapp/actions/global_actions.jsx
index 89d366767..c27ed66b2 100644
--- a/webapp/actions/global_actions.jsx
+++ b/webapp/actions/global_actions.jsx
@@ -160,11 +160,6 @@ export function emitPostFocusEvent(postId) {
);
}
-export function emitProfilesForDmList() {
- AsyncClient.getProfilesForDirectMessageList();
- AsyncClient.getTeamMembers(TeamStore.getCurrentId());
-}
-
export function emitCloseRightHandSide() {
AppDispatcher.handleServerAction({
type: ActionTypes.RECEIVED_SEARCH,