X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCoordCache.h;h=99d31a9280156173f4748683203f205bd27f0a0f;hb=b64d17e9dcaeb84a94095622c93a051e4d93eab7;hp=0f876be44e51d471025f88d585e75e30ac2f4636;hpb=c07bd1ab524f3154ba0b549ac7847a0354caf11e;p=lyx.git diff --git a/src/CoordCache.h b/src/CoordCache.h index 0f876be44e..99d31a9280 100644 --- a/src/CoordCache.h +++ b/src/CoordCache.h @@ -161,9 +161,6 @@ private: typedef std::map cache_type; cache_type data_; - -public: - cache_type const & getData() const { return data_; } }; /**