summaryrefslogtreecommitdiff
path: root/src/websnap.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-02-02 17:58:17 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-02-02 17:58:17 +0100
commitc5aaa8d3f6dcc62bacdbe6829ef14ff4258e26c7 (patch)
tree76971f088e3a7040dcc2139afdfde1f763587d48 /src/websnap.h
parentRevert "Just check access keys on CTRL release" (diff)
downloadrekonq-c5aaa8d3f6dcc62bacdbe6829ef14ff4258e26c7.tar.xz
Removed unuseful renderClosingTabPreview
Diffstat (limited to 'src/websnap.h')
-rw-r--r--src/websnap.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/websnap.h b/src/websnap.h
index f227f083..12a5e04c 100644
--- a/src/websnap.h
+++ b/src/websnap.h
@@ -90,17 +90,6 @@ public:
// TODO: try to make this method work => more previews for the urlbar
/**
- * Snaps a pixmap of size w * h from a page of a tab that is currently closing
- *
- * @param page the page to snap
- * @param w the image width
- * @param h the image height
- *
- * @return the pixmap snapped from the page
- */
- static QPixmap renderClosingPagePreview(const QWebPage &page, int w = defaultWidth, int h = defaultHeight);
-
- /**
* Snaps a pixmap of size w * h from a page for tab preview
*
* @param page the page to snap