chiark / gitweb /
remove become from python module
[disorder] / python / disorder.py.in
index b18c7243ed0181a21f12584ee5b58cf3a07bc75f..7b888b5455bed96505e268c9f4c66949a39cc46a 100644 (file)
@@ -413,16 +413,6 @@ class client:
   ########################################################################
   # Operations
 
-  def become(self, who):
-    """Become another user.
-
-    Arguments:
-    who -- the user to become.
-
-    Only trusted users can perform this operation.
-    """
-    self._simple("become", who)
-
   def play(self, track):
     """Play a track.