mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Nix fs.async.* methods. They aren't needed now.
This commit is contained in:
@@ -25,9 +25,6 @@ var $native = {};
|
||||
native function remove(path);
|
||||
$native.remove = remove;
|
||||
|
||||
native function asyncList(path, recursive, callback);
|
||||
$native.asyncList = asyncList;
|
||||
|
||||
native function open(path);
|
||||
$native.open = open;
|
||||
|
||||
|
||||
@@ -159,9 +159,6 @@ bool Native::Execute(const CefString& name,
|
||||
|
||||
return true;
|
||||
}
|
||||
else if (name == "asyncList") {
|
||||
return false;
|
||||
}
|
||||
else if (name == "writeToPasteboard") {
|
||||
NSString *text = stringFromCefV8Value(arguments[0]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user