]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
tex2lyx/text.cpp: fix typos
[lyx.git] / src / insets / InsetSpace.h
index 753e3bf70830ac2c46ca57d427ad61631612519a..718a97ba1749fe6326473561a870bfbde8d819cb 100644 (file)
@@ -150,9 +150,7 @@ public:
        // a line separator)?
        bool isSpace() const { return true; }
        ///
-       docstring contextMenuName() const;
-       ///
-       bool clickable(int /* x */, int /* y */) const { return true; }
+       std::string contextMenuName() const;
 protected:
        ///
        Inset * clone() const { return new InsetSpace(*this); }