[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Wed Nov 9 04:41:57 CET 2005
SVN commit 479073 by staikos:
redundant
M +0 -2 kst.cpp
--- trunk/extragear/graphics/kst/kst/kst.cpp #479072:479073
@@ -2531,7 +2531,6 @@
int cur = tw->indexOf(tab);
if (cur > 0) {
tw->moveTab(cur, cur - 1);
- tw->showPage(tab);
}
}
}
@@ -2543,7 +2542,6 @@
int cur = tw->indexOf(tab);
if (cur >= 0 && cur < tw->count() - 1) {
tw->moveTab(cur, cur + 1);
- tw->showPage(tab);
}
}
}
More information about the Kst
mailing list