]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - jars/icu4j-52_1/demos/src/com/ibm/icu/dev/demo/holiday/HolidayCalendarDemo.java
Upgrade ICU4J.
[Dictionary.git] / jars / icu4j-52_1 / demos / src / com / ibm / icu / dev / demo / holiday / HolidayCalendarDemo.java
similarity index 99%
rename from jars/icu4j-4_8_1_1/demos/src/com/ibm/icu/dev/demo/holiday/HolidayCalendarDemo.java
rename to jars/icu4j-52_1/demos/src/com/ibm/icu/dev/demo/holiday/HolidayCalendarDemo.java
index 5899b78cc013ffce1569e8b8482046abb64321b5..a7c1539569a981edc23ae07175ad2ba515a35228 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *******************************************************************************
- * Copyright (C) 1996-2007, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
@@ -681,7 +681,6 @@ public class HolidayCalendarDemo extends DemoApplet
 
                 // See if any of the holidays land on this day....
                 HolidayInfo info = null;
-                int count = 0;
 
                 // Coordinates of lower-left corner of cell.
                 x = (int)((cellPos.x) * cellWidth);
@@ -699,7 +698,6 @@ public class HolidayCalendarDemo extends DemoApplet
                         box.draw(g, x + INSET, y - INSET - box.getHeight());
 
                         y -= (box.getHeight() + INSET);
-                        count++;
                     }
                     h++;
                 }