Index: printing/page_range.h |
=================================================================== |
--- printing/page_range.h (revision 102312) |
+++ printing/page_range.h (working copy) |
@@ -26,9 +26,6 @@ |
// Retrieves the sorted list of unique pages in the page ranges. |
static std::vector<int> GetPages(const PageRanges& ranges); |
- |
- // Gets the total number of pages. |
- static int GetTotalPages(const PageRanges& ranges); |
}; |
} // namespace printing |