Skip to content

Commit

Permalink
#1841: don't override the mixin function that sets the screen size - doh
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@19459 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 26, 2018
1 parent 2df2bd4 commit c147302
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/xpra/server/server_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,6 @@ def do_parse_hello_ui(self, ss, c, auth_caps, send_ui, share_count):
self.send_initial_cursors(ss, share_count>0)
self.client_startup_complete(ss)

def parse_screen_info(self, ss):
pass


def client_startup_complete(self, ss):
ss.startup_complete()
Expand Down

0 comments on commit c147302

Please sign in to comment.