From 08c1402cc46ddd386fde0744c039cf2354982cbb Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Sat, 3 Mar 2012 01:13:36 -0500 Subject: Clean up link copying code. --- background_page.html | 8 -------- 1 file changed, 8 deletions(-) (limited to 'background_page.html') diff --git a/background_page.html b/background_page.html index aca4206b..aed9617b 100644 --- a/background_page.html +++ b/background_page.html @@ -40,7 +40,6 @@ upgradeNotificationClosed: upgradeNotificationClosed, updateScrollPosition: handleUpdateScrollPosition, copyToClipboard: copyToClipboard, - copyLinkUrl: copyLinkUrl, isEnabledForUrl: isEnabledForUrl, saveHelpDialogSettings: saveHelpDialogSettings }; @@ -211,13 +210,6 @@ }); } - /** - * Copies url of selected link to the clipboard (wget ftw) - */ - function copyLinkUrl(request) { - Clipboard.copy(request.data); - } - function openCopiedUrlInCurrentTab(request) { openUrlInCurrentTab({ url: utils.ensureUrl(Clipboard.paste()) }); } -- cgit v1.2.3