X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCursorSlice.h;h=eb865de9482013ec8f742b9689d946fb2b525965;hb=19f5aa58aa55fe210c689052967ade0f943f82fb;hp=9f91ade9e9452b51b287ec20c71bcf3015288fdd;hpb=65db7b31ad31024d1fe3235886e8740c772fa254;p=lyx.git diff --git a/src/CursorSlice.h b/src/CursorSlice.h index 9f91ade9e9..eb865de948 100644 --- a/src/CursorSlice.h +++ b/src/CursorSlice.h @@ -44,13 +44,6 @@ public: friend class StableDocIterator; //@} - /// type for cell number in inset - typedef size_t idx_type; - /// type for row indices - typedef size_t row_type; - /// type for col indices - typedef size_t col_type; - /// CursorSlice(); ///