X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetQuotes.h;h=0e4f46cbacc56614012099b8f9050ffc807f838d;hb=c9d9309c1ecffa218dee04ce4f7991ed4fc0c9bb;hp=98a0cbbcf8f842e091f438f25b3a2bd2528766d9;hpb=5a78a112b6ac14a9cdb0fd5dc0c06aa89578eff5;p=lyx.git diff --git a/src/insets/InsetQuotes.h b/src/insets/InsetQuotes.h index 98a0cbbcf8..0e4f46cbac 100644 --- a/src/insets/InsetQuotes.h +++ b/src/insets/InsetQuotes.h @@ -63,8 +63,6 @@ public: \end{itemize} */ explicit InsetQuotes(Buffer * buf, std::string const & str = "eld"); - /// Create the right quote inset after character c - InsetQuotes(Buffer * buffer, char_type c); /// Direct access to inner/outer quotation marks InsetQuotes(Buffer * buf, char_type c, QuoteTimes t); ///