X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_xhtml.h;h=57a2b2b8356a0f478fcda20f4c98b38de36c786b;hb=2b87026bf96cac255e69fef35f7cf0dc2c02f68b;hp=2b1704742c9177598b05ec5fe46d53eaa9790bdc;hpb=db954caf8b19879b9ae82f290fb429063ae2e37f;p=features.git diff --git a/src/output_xhtml.h b/src/output_xhtml.h index 2b1704742c..57a2b2b835 100644 --- a/src/output_xhtml.h +++ b/src/output_xhtml.h @@ -241,12 +241,10 @@ public: /// Sets what we are going to escape on the NEXT write. /// Everything is reset for the next time. XHTMLStream & operator<<(EscapeSettings); -#if 0 /// This routine is for debugging the tag stack, etc. Code /// for it is disabled by default, however, so you will need /// to enable it if you want to use it. - void dumpTagStack(std::string const & msg) const; -#endif + void dumpTagStack(std::string const & msg); private: /// void clearTagDeque();