Skip to content

Commit

Permalink
Merge pull request #2067 from iNavFlight/dzikuvx-tab-cleanup
Browse files Browse the repository at this point in the history
Remove modes tab as not used and replaced by auxiliary years ago
  • Loading branch information
DzikuVx authored May 11, 2024
2 parents 71ac169 + 0a7515a commit b4141d9
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 197 deletions.
4 changes: 0 additions & 4 deletions js/configurator_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,6 @@ $(function() {
require('./../tabs/receiver');
TABS.receiver.initialize(content_ready);
break;
case 'modes':
require('./../tabs/modes');
TABS.modes.initialize(content_ready);
break;
case 'gps':
require('./../tabs/gps');
TABS.gps.initialize(content_ready);
Expand Down
1 change: 0 additions & 1 deletion js/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ var GUI_control = function () {
'led_strip',
'logging',
'onboard_logging',
'modes',
'outputs',
'pid_tuning',
'ports',
Expand Down
1 change: 0 additions & 1 deletion tabs/blank.html

This file was deleted.

17 changes: 0 additions & 17 deletions tabs/modes.html

This file was deleted.

163 changes: 0 additions & 163 deletions tabs/modes.js

This file was deleted.

11 changes: 0 additions & 11 deletions tabs/review.html

This file was deleted.

0 comments on commit b4141d9

Please sign in to comment.