X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_main.C;h=cc856fb70a4e3a8aaca7f0a644e1d1af14e227e5;hb=3815df7705b09920f9bb60c6fd9ee0576fe0a834;hp=fce2656ba5e128caf7f9a24e2d49d1c22e451b8f;hpb=ec15dfd2a3049bbabcaf7d41de5709a5faf41cc0;p=lyx.git diff --git a/src/lyx_main.C b/src/lyx_main.C index fce2656ba5..cc856fb70a 100644 --- a/src/lyx_main.C +++ b/src/lyx_main.C @@ -1306,15 +1306,3 @@ kb_keymap & theTopLevelKeymap() } } // namespace lyx - - -namespace boost { - -void assertion_failed(char const* a, char const* b, char const* c, long d) -{ - lyx::lyxerr << "Assertion failed: " << a << ' ' << b << ' ' << c << ' ' - << d << '\n'; -} - -} // boost -