]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
Math.lyx, Tutorial.lyx: fix some typos spotted by a user
[lyx.git] / src / insets / InsetSpace.h
index dc74faadcac26832922415216631d38e988e4dba..718a97ba1749fe6326473561a870bfbde8d819cb 100644 (file)
@@ -151,8 +151,6 @@ public:
        bool isSpace() const { return true; }
        ///
        std::string contextMenuName() const;
-       ///
-       bool clickable(int /* x */, int /* y */) const { return true; }
 protected:
        ///
        Inset * clone() const { return new InsetSpace(*this); }