]> git.lyx.org Git - lyx.git/blobdiff - src/cursor.C
Implement os::current_root for native Win32 builds.
[lyx.git] / src / cursor.C
index 83d42e8d0e71dda7150da56ad631baf93fdc794f..0be9a3263237c7cd15038ba500432653a3c429d5 100644 (file)
@@ -120,7 +120,6 @@ namespace {
                int x, int y, int xlow, int xhigh, int ylow, int yhigh)
        {
                BOOST_ASSERT(!cursor.empty());
-               pit_type beg, end;
                CursorSlice bottom = cursor[0];
                LyXText * text = bottom.text();
                BOOST_ASSERT(text);