]> git.sur5r.net Git - i3/i3/blobdiff - include/util.h
Move resolve_tilde and get_config_path into libi3
[i3/i3] / include / util.h
index dec681168b49ee851995dd3d88444405d598e257..270b2f229dfef7185a02a686db162ddb72e57034 100644 (file)
@@ -106,14 +106,6 @@ void exec_i3_utility(char *name, char *argv[]);
 void check_error(xcb_connection_t *conn, xcb_void_cookie_t cookie,
                  char *err_message);
 
-/**
- * This function resolves ~ in pathnames.
- * It may resolve wildcards in the first part of the path, but if no match
- * or multiple matches are found, it just returns a copy of path as given.
- *
- */
-char *resolve_tilde(const char *path);
-
 /**
  * Checks if the given path exists by calling stat().
  *