summaryrefslogtreecommitdiff
path: root/testing/embedder_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'testing/embedder_test.h')
-rw-r--r--testing/embedder_test.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/embedder_test.h b/testing/embedder_test.h
index 25896dcafc..dc91df8bf3 100644
--- a/testing/embedder_test.h
+++ b/testing/embedder_test.h
@@ -119,10 +119,6 @@ class EmbedderTest : public ::testing::Test,
// from LoadPage(). Further use of |page| is prohibited after calling this.
void UnloadPage(FPDF_PAGE page);
- // Convert a loaded page into a bitmap.
- // DEPRECATED. Use some one of the methods below instead.
- FPDF_BITMAP RenderPageDeprecated(FPDF_PAGE page);
-
// RenderLoadedPageWithFlags() with no flags.
std::unique_ptr<void, FPDFBitmapDeleter> RenderLoadedPage(FPDF_PAGE page);