X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTextClass.h;h=bc900fa7a5093e21db446b29bc3cadf853c032d7;hb=e5a91999278253d597ad1e18f322884df4a4c94e;hp=b3daa4c5b53caa663513886325374b92ba9910c1;hpb=f18af303fe2f9dca05beae7852f3904ac4bfddba;p=lyx.git diff --git a/src/TextClass.h b/src/TextClass.h index b3daa4c5b5..bc900fa7a5 100644 --- a/src/TextClass.h +++ b/src/TextClass.h @@ -333,6 +333,8 @@ private: /// bool deleteLayout(docstring const &); /// + bool deleteInsetLayout(docstring const &); + /// bool convertLayoutFormat(support::FileName const &, ReadType); /// Reads the layout file without running layout2layout. ReturnValues readWithoutConv(support::FileName const & filename, ReadType rt);