From 650bfeb7dd6d84d9396c72a17e6a0f10f6500bc6 Mon Sep 17 00:00:00 2001 From: Crzyrndm Date: Mon, 2 Jul 2018 10:57:51 +1200 Subject: [PATCH] unimplemented functions under worksheet -- NOTE: ctor was removed because it can't have been in use, and is duplicated by the overload below it. A pair parameter is only optimal in a very limited number of use cases, and then only slightly over the begin/end overload --- include/xlnt/worksheet/range_reference.hpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/include/xlnt/worksheet/range_reference.hpp b/include/xlnt/worksheet/range_reference.hpp index f5956c75..93643f68 100644 --- a/include/xlnt/worksheet/range_reference.hpp +++ b/include/xlnt/worksheet/range_reference.hpp @@ -56,12 +56,7 @@ public: /// top_left:bottom_right. /// explicit range_reference(const char *range_string); - - /// - /// Constructs a range reference from a pair of cell references. - /// - explicit range_reference(const std::pair &reference_pair); - + /// /// Constructs a range reference from cell references indicating top /// left and bottom right coordinates of the range.