From 321d8f788cb550446fc34385b5ff51831cba21a9 Mon Sep 17 00:00:00 2001 From: nilov Date: Mon, 2 Nov 2015 20:32:28 +0600 Subject: [PATCH] Delete "URL_LOGIN" constant. --- src/GoogleCloudPrint.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GoogleCloudPrint.php b/src/GoogleCloudPrint.php index ee0fcd4..c96f6fd 100644 --- a/src/GoogleCloudPrint.php +++ b/src/GoogleCloudPrint.php @@ -11,7 +11,6 @@ class GoogleCloudPrint /** * Constants of URLs */ - const URL_LOGIN = 'https://www.google.com/accounts/ClientLogin'; const URL_SEARCH = 'https://www.google.com/cloudprint/search'; const URL_SUBMIT = 'https://www.google.com/cloudprint/submit'; const URL_DELETE_JOB = 'https://www.google.com/cloudprint/deletejob';