]> git.lyx.org Git - features.git/blobdiff - src/Row.cpp
Unify naming of menu items
[features.git] / src / Row.cpp
index 0d92c94199642d1e5e58036b6fa12bf9a50eb9a0..9ab7f110376c25e299bbf6167be797079ecc8538 100644 (file)
@@ -26,8 +26,8 @@
 #include "support/debug.h"
 #include "support/lassert.h"
 #include "support/lstrings.h"
-#include "support/lyxalgo.h"
 
+#include <algorithm>
 #include <ostream>
 
 using namespace std;
@@ -161,7 +161,6 @@ pos_type Row::Element::right_pos() const
 
 Row::Row()
        : separator(0), label_hfill(0), left_margin(0), right_margin(0),
-         top_padding(0), bottom_padding(0),
          sel_beg(-1), sel_end(-1),
          begin_margin_sel(false), end_margin_sel(false),
          changed_(true),