]> git.lyx.org Git - lyx.git/blobdiff - src/CoordCache.h
Update my email and status.
[lyx.git] / src / CoordCache.h
index 0f876be44e51d471025f88d585e75e30ac2f4636..99d31a9280156173f4748683203f205bd27f0a0f 100644 (file)
@@ -161,9 +161,6 @@ private:
 
        typedef std::map<T const *, Geometry> cache_type;
        cache_type data_;
-
-public:
-       cache_type const & getData() const { return data_; }
 };
 
 /**