]> git.lyx.org Git - lyx.git/blobdiff - src/CoordCache.h
I'll find a solution for the 'dirList problem', Abdel.
[lyx.git] / src / CoordCache.h
index 0b3116bd091788cc20314f17409feb6cc8162e1a..c509afcd2683319efcbcf157fa50ad6e5a307094 100644 (file)
@@ -29,18 +29,6 @@ class Paragraph;
 
 void lyxbreaker(void const * data, const char * hint, int size);
 
-class Point {
-public:
-       Point()
-               : x_(0), y_(0)
-       {}
-
-       Point(int x, int y);
-
-       int x_, y_;
-};
-
-
 struct Geometry {
        Point pos;
        Dimension dim;