mu-utils-file: remove some unused code
This commit is contained in:
@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user