Skip to content

Commit

Permalink
Audio Capture: Remove order=0
Browse files Browse the repository at this point in the history
  • Loading branch information
papr committed Mar 16, 2018
1 parent ae0c792 commit ebb7adb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pupil_src/shared_modules/audio_capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class Audio_Capture(Plugin):
"""docstring for Audio_Capture"""
icon_chr = chr(0xe029)
icon_font = 'pupil_icons'
order = .0

def __init__(self, g_pool, audio_src='No Audio'):
super().__init__(g_pool)
Expand Down

0 comments on commit ebb7adb

Please sign in to comment.