X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCoordCache.h;h=4b941ad4403f7be3d7489b3e119b1f9d1defe51c;hb=faa87bf9f30b943397429a04254d96963bbf38bc;hp=0f876be44e51d471025f88d585e75e30ac2f4636;hpb=c07bd1ab524f3154ba0b549ac7847a0354caf11e;p=lyx.git diff --git a/src/CoordCache.h b/src/CoordCache.h index 0f876be44e..4b941ad440 100644 --- a/src/CoordCache.h +++ b/src/CoordCache.h @@ -16,8 +16,6 @@ #include "Dimension.h" -#include "support/types.h" - #include namespace lyx { @@ -161,9 +159,6 @@ private: typedef std::map cache_type; cache_type data_; - -public: - cache_type const & getData() const { return data_; } }; /**