]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/transponder.cxx
draw dive lines always from the center, so that the stipple pattern is
[flightgear.git] / src / Instrumentation / transponder.cxx
index 882bd160aeb8568c34262e693c69aa54012594d0..192593b3be178f3d9e8719dbe918e09a4430b860 100644 (file)
@@ -16,7 +16,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
@@ -71,8 +71,6 @@ void Transponder::init()
     // Outputs
     idCodeNode = node->getChild("id-code", 0, true);
     flightLevelNode = node->getChild("flight-level", 0, true);
-    // Init
-    serviceableNode->setBoolValue(true);
 }