jdk/src/windows/native/sun/windows/GDIHashtable.h
changeset 1954 b93b85df3211
parent 2 90ce3da70b43
child 5506 202f599c92aa
--- a/jdk/src/windows/native/sun/windows/GDIHashtable.h	Mon Aug 25 19:15:37 2008 +0400
+++ b/jdk/src/windows/native/sun/windows/GDIHashtable.h	Tue Aug 26 13:09:34 2008 +0400
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 1999-2008 Sun Microsystems, Inc.  All Rights Reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -151,12 +151,6 @@
          */
         INLINE void decrementCounter() { m_nCounter--; }
 
-        /**
-         * Depending on the amount of free space in GDI heaps flushes
-         * all GDIHashtables and sets the initial counter value.
-         */
-        void update();
-
         INLINE CriticalSection& getLock() { return m_managerLock; }
     };