]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormDocument.C
*duck*
[features.git] / src / frontends / xforms / FormDocument.C
index 83f6a252485cd41214a0b701d19f0306b19e3a4a..ee2f78f9810f66451d06c5ea228fd1ddc2c8a157 100644 (file)
@@ -62,10 +62,12 @@ FormDocument::FormDocument(LyXView * lv, Dialogs * d)
          ActCell(0), Confirmed(0),
          current_bullet_panel(0), current_bullet_depth(0), fbullet(0)
 {
+#if 0
        // let the dialog be shown
        // This is a permanent connection so we won't bother
        // storing a copy because we won't be disconnecting.
        d->showDocument = boost::bind(&FormDocument::show, this);
+#endif
 }