Skip to content

Commit

Permalink
#849: this is now redundant, the wrapper injects it for us
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@10234 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Aug 7, 2015
1 parent 1fa8131 commit 96b0efb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xpra/sound/sound_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def get_info(self):
"bytes" : self.byte_count,
"pipeline" : self.pipeline_str,
"volume" : self.get_volume(),
"pid" : os.getpid(),
}
if self.codec_mode:
info["codec_mode"] = self.codec_mode
Expand Down

0 comments on commit 96b0efb

Please sign in to comment.