mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Removing some incomplete code.
This commit is contained in:
parent
5f89e0a412
commit
240c195d87
@ -365,17 +365,6 @@ FAIL:
|
||||
return false;
|
||||
}
|
||||
|
||||
static bool start_via_mime_cache(const char *arg) {
|
||||
list<String> dirs;
|
||||
E_RETURN_VAL_IF_FAIL(system_data_dirs(dirs) > 0, false);
|
||||
|
||||
DesktopFile d;
|
||||
list<String>::iterator it = dirs.begin(), ite = dirs.end();
|
||||
|
||||
for(; it != ite; ++it) {
|
||||
}
|
||||
}
|
||||
|
||||
/* concat all arguments preparing it for start_child() */
|
||||
static void join_args(int start, int argc, char **argv, const char *program, String &ret, bool is_mailto = false) {
|
||||
String args;
|
||||
|
Loading…
Reference in New Issue
Block a user