]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
Don't add localswitch if no language changes
[lyx.git] / src / Cursor.h
index 1e66778e99c5e69011ce1df5b4674a467c0113ae..55cc30e941ebee2097dfa690de65b9d4a0811a83 100644 (file)
@@ -215,8 +215,6 @@ public:
        /// are we entering a macro name?
        bool & macromode() { return macromode_; }
 
-       /// returns true when all insets in cursor stack are in cache
-       bool inCoordCache() const;
        /// returns x,y position
        void getPos(int & x, int & y) const;
        /// return logical positions between which the cursor is situated