mu-utils-file: remove some unused code

This commit is contained in:
Dirk-Jan C. Binnema
2026-03-17 08:46:15 +02:00
committed by Seth Ladygo
parent 36451502ac
commit 3c4b50e7a2
2 changed files with 1 additions and 62 deletions

View File

@ -186,17 +186,6 @@ std::string join_paths(S&& s, Args...args) {
return path;
}
/**
* Like g_cancellable_new(), but automatically cancels itself
* after timeout
*
* @param timeout timeout in millisecs
*
* @return A GCancellable* instances; free with g_object_unref() when
* no longer needed.
*/
GCancellable* g_cancellable_new_with_timeout(guint timeout);
/**
* Read for standard input
*