Showing 1 changed files with 0 additions and 2 deletions
-2
Nasal/MFD.pages.nas
... ...
@@ -80,7 +80,6 @@ displayClass.MFD = {
80 80
                     });
81 81
                     firstEntry = 0;
82 82
                 }
83
-                append(obj_infos, {type: 'separator'});
84 83
             }
85 84
             else {
86 85
                 append(obj_infos, {text: 'NO FP LOADED', type: 'normal|end-of-line'});
... ...
@@ -215,7 +214,6 @@ displayClass.MFD = {
215 214
                     }
216 215
                 );
217 216
             }
218
-            append(obj_infos, {type: 'separator'});
219 217
             var windowId = 'NEAREST AIRPORTS';
220 218
             me.device.windows.draw( windowId, obj_infos, {lines: 4, columns: 1, rows: 2} );
221 219
             me.device.buttons.CLR = func {