]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/jsclient.hxx
New PathsDialog, for managing locations.
[flightgear.git] / src / Network / jsclient.hxx
index 1e1d3274d130c1c02fe3a480bfdf0fa1105de07f..695d98703625189bf049d426f04996920993256e 100644 (file)
 
 #include "protocol.hxx"
 
-SG_USING_STD(string);
+using std::string;
 
 
 class FGJsClient : public FGProtocol {
 
     char buf[256];
-    int length;
     double axis[4];
     SGPropertyNode_ptr axisdef[4];
     string axisdefstr[4];