Skip to content

Commit 823732c

Browse files
committed
remove eyelink shutdown command from cleanUp
1 parent c0b4657 commit 823732c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/cleanUp.m

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ function cleanUp()
1616
% Screen Close All
1717
sca;
1818

19-
% Shut down connection with Eyelink
20-
try
21-
Eyelink('shutdown');
22-
catch
23-
end
24-
2519
% Close Psychportaudio if open
2620
if PsychPortAudio('GetOpenDeviceCount') ~= 0
2721
PsychPortAudio('Close');

0 commit comments

Comments
 (0)