]> git.lyx.org Git - lyx.git/blobdiff - src/CoordCache.h
* layouttranslations.review - remove dupes
[lyx.git] / src / CoordCache.h
index 0f876be44e51d471025f88d585e75e30ac2f4636..4b941ad4403f7be3d7489b3e119b1f9d1defe51c 100644 (file)
@@ -16,8 +16,6 @@
 
 #include "Dimension.h"
 
-#include "support/types.h"
-
 #include <map>
 
 namespace lyx {
@@ -161,9 +159,6 @@ private:
 
        typedef std::map<T const *, Geometry> cache_type;
        cache_type data_;
-
-public:
-       cache_type const & getData() const { return data_; }
 };
 
 /**