]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/atcdialog.cxx
properly add librt when clock_gettime is used
[flightgear.git] / src / ATC / atcdialog.cxx
index 5185ee0c049fa4c07f586599980c3bfa7a55604b..e6b3909929cfda1e3086356c52f8e8d668161058 100644 (file)
@@ -110,10 +110,10 @@ void FGATCDialogNew::PopupDialog() {
 }
 
 void FGATCDialogNew::update(double dt) {
- double onBoardRadioFreq0 =
-        fgGetDouble("/instrumentation/comm[0]/frequencies/selected-mhz");
-    double onBoardRadioFreq1 =
-        fgGetDouble("/instrumentation/comm[1]/frequencies/selected-mhz");
+//  double onBoardRadioFreq0 =
+//      fgGetDouble("/instrumentation/comm[0]/frequencies/selected-mhz");
+//  double onBoardRadioFreq1 =
+//      fgGetDouble("/instrumentation/comm[1]/frequencies/selected-mhz");
 
     const char *dialog_name = "atc-dialog";
     _gui = (NewGUI *)globals->get_subsystem("gui");
@@ -163,4 +163,4 @@ void FGATCDialogNew::update(double dt) {
            // PopupCallback(n);
         cerr << "Selected transmission message" << n << endl;
     } */
-}
\ No newline at end of file
+}