From: Josh Micich Date: Wed, 26 Nov 2008 23:39:35 +0000 (+0000) Subject: removed unused method X-Git-Tag: REL_3_5_BETA5~83 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7b61feb5f665c033621d7fa7127c64d0db6ad5f9;p=poi.git removed unused method git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721037 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java b/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java index d5627b91cf..f81530a602 100644 --- a/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java +++ b/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java @@ -377,22 +377,6 @@ public class HSSFSheet implements org.apache.poi.ss.usermodel.Sheet DVRecord dvRecord = dataValidation.createDVRecord(workbook); dvt.addDataValidation(dvRecord); } - - /** - * Get the DVRecords objects that are associated to this sheet - * @return a list of DVRecord instances - */ - public List getDVRecords() { - List dvRecords = new ArrayList(); - List records = sheet.getRecords(); - - for(int index=0; index