]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxtime.h
Simplify the code that adds underlining to the layout combo.
[lyx.git] / src / support / lyxtime.h
index bc545b8c5de643a21f888ef6eb49d9196c3e93ed..05cbc508411be0e8cec72cf05ff75b29bb874c78 100644 (file)
@@ -24,13 +24,6 @@ namespace support {
 
 time_t current_time();
 
-/** Returns a locale-dependent formatting of the date
- *  and time encoded in \c time. The \p fmt string
- *  holds the formatting arguments of \c strftime.
- *  Prefer the function formatted_datetime below.
- */
-std::string const formatted_time(time_t t, std::string const & fmt);
-
 /** Returns a locale-dependent formatting of the date and time encoded in \c t
  *  The \p fmt string holds the formatting arguments of QDateTime::toString().
  *  If fmt is empty then the formatting of the date and time is itself according