]> git.lyx.org Git - lyx.git/blobdiff - src/Row.h
BufferParams.cpp: make Lithuanian documents compilable, fixes http://bugzilla.lyx...
[lyx.git] / src / Row.h
index f053b4c5a9913106237a17143cdbab07b9519917..e5343ee50ae2cbeb81f67a2d09ce9e362115bc86 100644 (file)
--- a/src/Row.h
+++ b/src/Row.h
@@ -34,8 +34,6 @@ public:
        ///
        Row();
        ///
-       Row(pos_type pos);
-       ///
        bool changed() const { return changed_; }
        ///
        void setChanged(bool c) { changed_ = c; }