diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-04 13:35:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-05 11:31:49 +0200 |
commit | d504294a77484457f6bc593e6339075ac4262e36 (patch) | |
tree | 9d92d233759a22d0978ed492a69751106ebd1284 /odk/examples/DevelopersGuide/Spreadsheet/ExampleAddIn.java | |
parent | dabfe7dd025f95862e302b3c4526d382eeba19ea (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.java | 2 |
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 = { |