refactor: remove unused electron::api::App::FileIconCallback
(#46490)
refactor: remove electron::api::App::FileIconCallback
last use removed in 2018 by 3f15f516
This commit is contained in:
parent
4e33d1690d
commit
052da50aeb
1 changed files with 0 additions and 7 deletions
|
@ -34,10 +34,6 @@ namespace base {
|
|||
class FilePath;
|
||||
}
|
||||
|
||||
namespace gfx {
|
||||
class Image;
|
||||
}
|
||||
|
||||
namespace gin {
|
||||
template <typename T>
|
||||
class Handle;
|
||||
|
@ -65,9 +61,6 @@ class App final : public ElectronBrowserClient::Delegate,
|
|||
private content::GpuDataManagerObserver,
|
||||
private content::BrowserChildProcessObserver {
|
||||
public:
|
||||
using FileIconCallback =
|
||||
base::RepeatingCallback<void(v8::Local<v8::Value>, const gfx::Image&)>;
|
||||
|
||||
static gin::Handle<App> Create(v8::Isolate* isolate);
|
||||
static App* Get();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue