Skip to content

Commit 34d91d9

Browse files
committed
removed unused third party library
1 parent 4618aba commit 34d91d9

File tree

4 files changed

+0
-329
lines changed

4 files changed

+0
-329
lines changed

3rdparty/fcw/camview.m

-70
This file was deleted.

3rdparty/fcw/fcw.m

-233
This file was deleted.

3rdparty/fcw/license.txt

-25
This file was deleted.

sim/QRSim.m

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585

8686
obj.simState.display3d.figure = figure('Name','3D Window','NumberTitle','off','Position',...
8787
[20,20,obj.par.display3d.width,obj.par.display3d.height]);
88-
fcw(obj.simState.display3d.figure);
8988
set(obj.simState.display3d.figure,'DoubleBuffer','on');
9089
set(obj.simState.display3d.figure, 'Renderer', 'OpenGL');
9190
end

0 commit comments

Comments
 (0)