Skip to content

Commit 9d877a9

Browse files
Remove empty placeholder members
1 parent b54c323 commit 9d877a9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

DvG_dev_Arduino__fun_serial.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,6 @@ def __init__(self, name="Ard", baudrate=9600,
9090
# Is the connection to the device alive?
9191
self.is_alive = False
9292

93-
# Placeholder for keeping track of future automated data acquisition as
94-
# used by e.g. DvG_dev_Arduino__pyqt_lib.py
95-
self.update_counter = 0
96-
97-
# Placeholder for a future mutex instance needed for proper
98-
# multithreading (e.g. instance of QtCore.Qmutex())
99-
self.mutex = None
100-
10193
# --------------------------------------------------------------------------
10294
# close
10395
# --------------------------------------------------------------------------

0 commit comments

Comments
 (0)