]> git.lyx.org Git - lyx.git/blobdiff - src/Row.cpp
Further to r26743, add CustomPars and ForcePlain layout tags to InsetLayout,
[lyx.git] / src / Row.cpp
index 5617fb76ef3d15334624daa2c4160a13def56011..87e0d92775b5bcbef30070249871db82ff4f647e 100644 (file)
@@ -28,15 +28,9 @@ namespace lyx {
 
 Row::Row()
        : separator(0), label_hfill(0), x(0),
-       sel_beg(-1), sel_end(-1), changed_(false), crc_(0), 
-       pos_(0), end_(0), left_margin_sel(false), right_margin_sel(false)
-{}
-
-
-Row::Row(pos_type pos)
-       : separator(0), label_hfill(0), x(0),
-       sel_beg(-1), sel_end(-1), changed_(false), crc_(0), 
-       pos_(0), end_(0), left_margin_sel(false), right_margin_sel(false)
+       sel_beg(-1), sel_end(-1),
+       left_margin_sel(false), right_margin_sel(false), 
+       changed_(false), crc_(0), pos_(0), end_(0)
 {}