summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Spreadsheet/ExampleAddIn.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-04 13:35:47 +0200
committerNoel Grandin <noel@peralex.com>2014-08-05 11:31:49 +0200
commitd504294a77484457f6bc593e6339075ac4262e36 (patch)
tree9d92d233759a22d0978ed492a69751106ebd1284 /odk/examples/DevelopersGuide/Spreadsheet/ExampleAddIn.java
parentdabfe7dd025f95862e302b3c4526d382eeba19ea (diff)
java: remove some unused fields in the ODK examples
Change-Id: Ic6b4f18aefba6603af51d17d061e3f821e95261f
Diffstat (limited to 'odk/examples/DevelopersGuide/Spreadsheet/ExampleAddIn.java')
-rw-r--r--odk/examples/DevelopersGuide/Spreadsheet/ExampleAddIn.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/Spreadsheet/ExampleAddIn.java b/odk/examples/DevelopersGuide/Spreadsheet/ExampleAddIn.java
index cb78f88e3992..c764fc94ccea 100644
--- a/odk/examples/DevelopersGuide/Spreadsheet/ExampleAddIn.java
+++ b/odk/examples/DevelopersGuide/Spreadsheet/ExampleAddIn.java
@@ -118,8 +118,6 @@ public class ExampleAddIn
static private final String aImplName = _ExampleAddIn.class.getName();
private static final short FUNCTION_INVALID = -1;
- private static final short FUNCTION_INCREMENT = 0;
- private static final short FUNCTION_COUNTER = 1;
private static final String[] aFunctionNames =
{