diff options
| author | Randy Morgan <[email protected]> | 2012-12-19 23:40:10 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-12-19 23:40:10 +0900 |
| commit | 0f57c3e5af9aa6171b00940cfb3f8293ce0cac09 (patch) | |
| tree | 496224f40157cf95534d27fbe6f5d88e5093a688 /lib/axlsx/workbook/worksheet/pivot_table.rb | |
| parent | 79480e6abfaa6747df47bc6a4aa75797d4b5fe3f (diff) | |
| download | caxlsx-0f57c3e5af9aa6171b00940cfb3f8293ce0cac09.tar.gz caxlsx-0f57c3e5af9aa6171b00940cfb3f8293ce0cac09.zip | |
Removed unused relationships_index_of method in pivot_table
Diffstat (limited to 'lib/axlsx/workbook/worksheet/pivot_table.rb')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/pivot_table.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/axlsx/workbook/worksheet/pivot_table.rb b/lib/axlsx/workbook/worksheet/pivot_table.rb index 515f5d09..d5a05db8 100644 --- a/lib/axlsx/workbook/worksheet/pivot_table.rb +++ b/lib/axlsx/workbook/worksheet/pivot_table.rb @@ -132,17 +132,6 @@ module Axlsx r end - # identifies the index of an object withing the collections used in generating relationships for the worksheet - # @param [Any] object the object to search for - # @return [Integer] The index of the object - # - # RM: I cannot find any place in the code base where this is actually used - # TODO: confirm with author before removal - def relationships_index_of(object) - objects = [cache_definition] - objects.index(object) - end - # The relation reference id for this table # @return [String] def rId |
