summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-03-16 06:59:18 +0000
committerJabiertxof <jtx@jtx.marker.es>2016-03-16 06:59:18 +0000
commit01836c90d5d768fe4f189bf066cb4ed800196d8d (patch)
treee5c2e64f94e0282b23c63931118a0e4df9e07924 /src
parentupdate to trunk (diff)
downloadinkscape-01836c90d5d768fe4f189bf066cb4ed800196d8d.tar.gz
inkscape-01836c90d5d768fe4f189bf066cb4ed800196d8d.zip
Remove advertaising buttons of old version
(bzr r13645.1.123)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/lpe-fillet-chamfer.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/live_effects/lpe-fillet-chamfer.cpp b/src/live_effects/lpe-fillet-chamfer.cpp
index d91225cb7..896cf2e69 100644
--- a/src/live_effects/lpe-fillet-chamfer.cpp
+++ b/src/live_effects/lpe-fillet-chamfer.cpp
@@ -146,14 +146,6 @@ Gtk::Widget *LPEFilletChamfer::newWidget()
vbox->set_border_width(5);
vbox->set_homogeneous(false);
vbox->set_spacing(2);
- Gtk::HBox *advertaising = Gtk::manage(new Gtk::HBox(true, 0));
- Gtk::Button *advert = Gtk::manage(new Gtk::Button(Glib::ustring(_("IMPORTANT! New version soon..."))));
- advertaising->pack_start(*advert, true, true, 2);
- vbox->pack_start(*advertaising, true, true, 2);
- Gtk::HBox *advertaising2 = Gtk::manage(new Gtk::HBox(true, 0));
- Gtk::Button *advert2 = Gtk::manage(new Gtk::Button(Glib::ustring(_("Not compatible. Convert to path after."))));
- advertaising2->pack_start(*advert2, true, true, 2);
- vbox->pack_start(*advertaising2, true, true, 2);
std::vector<Parameter *>::iterator it = param_vector.begin();
while (it != param_vector.end()) {
if ((*it)->widget_is_visible) {