]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/ATC.hxx
toggle fullscreen: also adapt GUI plane when resizing
[flightgear.git] / src / ATCDCL / ATC.hxx
index e57ebabd7d8a245df0606164c2bfbe4f8d8af7b6..6a0918a663f357b5728b4aae664be26c899a61a6 100644 (file)
@@ -155,7 +155,7 @@ protected:
        // The refname is a string to identify this sample to the sound manager
        // The repeating flag indicates whether the message should be repeated continuously or played once.
        void Render(std::string& msg, const float volume = 1.0, 
-       const std::string& refname = "", bool repeating = false);
+                   const std::string& refname = "", bool repeating = false);
        
        // Cease rendering all transmission from this station.
        // Requires the sound manager refname if audio, else "".
@@ -176,7 +176,6 @@ protected:
        // Rendering related stuff
        bool _voice;    // Flag - true if we are using voice
        bool _playing;  // Indicates a message in progress
-       FGATCVoice* _vPtr;
 
        SGSharedPtr<SGSampleGroup> _sgr; // default sample group;