From 12dddae2ca392f8f4d7e2147fd53a1418767e550 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 5 Jul 2016 17:23:26 -0700 Subject: [PATCH] Remove unused callback --- atom/browser/api/atom_api_web_contents.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/atom/browser/api/atom_api_web_contents.h b/atom/browser/api/atom_api_web_contents.h index 597720cba3..e399b9477d 100644 --- a/atom/browser/api/atom_api_web_contents.h +++ b/atom/browser/api/atom_api_web_contents.h @@ -54,8 +54,6 @@ class WebContents : public mate::TrackableObject, using PrintToPDFCallback = base::Callback, v8::Local)>; - using CapturePageCallback = base::Callback; - // Create from an existing WebContents. static mate::Handle CreateFrom( v8::Isolate* isolate, content::WebContents* web_contents);