]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.C
fix starting up which binary is really a symlink; make sure insetinclude file browser...
[lyx.git] / src / frontends / Dialogs.C
index e3c1687c862f27b525976a4a3fc85efd30864484..4e6f32171c5efa4973e66858c76d3585ec80e3a3 100644 (file)
@@ -28,8 +28,3 @@ void Dialogs::add(DialogBase * ptr)
        lyx::Assert(ptr);
        dialogs_.push_back(db_ptr(ptr));
 }
-
-void Dialogs::destroySplash()
-{
-       splash_.reset();
-}