diff gtk/dw.c @ 561:c0a708e2cba3

Removed dw_percent_get_range() to simplify coding. The range is now always 0 to 100 no matter what platform or widget size.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 21 Apr 2004 05:33:51 +0000
parents 05060ce4d6ae
children d7c61755a57b
line wrap: on
line diff
--- a/gtk/dw.c	Wed Apr 21 04:56:34 2004 +0000
+++ b/gtk/dw.c	Wed Apr 21 05:33:51 2004 +0000
@@ -4630,16 +4630,6 @@
 }
 
 /*
- * Returns the range of the percent bar.
- * Parameters:
- *          handle: Handle to the percent bar to be queried.
- */
-unsigned int dw_percent_get_range(HWND handle)
-{
-	return 100;
-}
-
-/*
  * Sets the percent bar position.
  * Parameters:
  *          handle: Handle to the percent bar to be set.