Skip to content

Commit

Permalink
those packet handlers had been moved already
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@18518 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 21, 2018
1 parent a990efd commit 796a234
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/xpra/client/ui_client_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1926,8 +1926,6 @@ def init_authenticated_packet_handlers(self):
"setting-change": self._process_setting_change,
"show-desktop": self._process_show_desktop,
"desktop_size": self._process_desktop_size,
"cursor": self._process_cursor,
"bell": self._process_bell,
"control" : self._process_control,
"new-tray": self._process_new_tray,
})
Expand Down

0 comments on commit 796a234

Please sign in to comment.