Skip to content

Commit

Permalink
code now lives in a mixin
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@18620 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 27, 2018
1 parent 498098a commit 501a770
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/xpra/client/client_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,6 @@ def server_connection_established(self):
netlog("server_connection_established() failed encryption capabilities")
return False
self.parse_printing_capabilities()
self.parse_logging_capabilities()
self.parse_file_transfer_caps(self.server_capabilities)
#raise packet size if required:
if self.file_transfer:
Expand All @@ -799,9 +798,6 @@ def server_connection_established(self):
self.init_authenticated_packet_handlers()
return True

def parse_logging_capabilities(self):
pass

def parse_printing_capabilities(self):
printlog("parse_printing_capabilities() client printing support=%s", self.printing)
if self.printing:
Expand Down

0 comments on commit 501a770

Please sign in to comment.