]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/tabbed_values.hxx
cppbind: automatic conversion of SGReferenced derived pointers.
[simgear.git] / simgear / misc / tabbed_values.hxx
index 146ba36834e69985006c92731f8a273e21da1fce..a95cf7d1f93579d77f294060fc39d2c2ecd70a93 100644 (file)
@@ -45,8 +45,6 @@ public:
        long getLongAt(const unsigned int) const;
 private:
        const char* fieldAt(const unsigned int offset) const;
-
-       const char* _line;
        
        /** this is first character of each field, if the field is empty
        it will be the tab character. It is lazily built as needed, so