CVS commit by arwalker:
Removed a superfluous separator.
M +0 -2 kst2dplot.cpp 1.50
--- kdeextragear-2/kst/kst/kst2dplot.cpp #1.49:1.50
@@ -1702,6 +1702,4 @@ bool Kst2DPlot::popupMenu(KPopupMenu *me
submenu->insertItem(i18n("Down"), this, SLOT(moveDown()), Key_Down);
- menu->insertSeparator();
-
n_curves = Curves.count();
if (n_curves > 0) {