]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/atis.hxx
Fix file access mode for newnavradio.[ch]xx
[flightgear.git] / src / ATCDCL / atis.hxx
index 189b11106a567b722ae5d32cd344022c5a8f9989..0c6124b8d6be6ea9627d83d3daae4057769a0feb 100644 (file)
@@ -95,9 +95,7 @@ class FGATIS : public FGATC {
        void TreeOut(int msgOK);
 
        friend std::istream& operator>> ( std::istream&, FGATIS& );
-       
-       int GetAtisSequence( const std::string& apt_id, 
-        const double tstamp, const int interval, const int special);
+
 };
 
 typedef int (FGATIS::*int_getter)() const;