Skip to content

Commit 2821948

Browse files
committed
Removed unnecessary code in FlightPathData
1 parent e7b7928 commit 2821948

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

FlightPathData.m

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
% Timetable containing flight path data.
77
FlightDataTimetable(:, :) timetable ...
88
{mustBeFlightDataTimetable} = defaultFlightDataTimetable()
9-
end % properties ( Access = private )
10-
11-
properties ( Dependent, SetAccess = private )
12-
% List of variables.
13-
VariableNames
14-
end % properties ( Dependent, SetAccess = private )
9+
end % properties ( Access = private )
1510

1611
methods
1712

0 commit comments

Comments
 (0)