removed gtk_range_calc_value().

Sun Mar  8 13:03:22 1998  Tim Janik  <timj@gimp.org>

        * gtk/gtkrange.h: removed gtk_range_calc_value().
This commit is contained in:
Tim Janik
1998-03-08 12:04:43 +00:00
committed by Tim Janik
parent 6eca1a93c0
commit 829936fd6f
9 changed files with 28 additions and 9 deletions

View File

@ -1,3 +1,7 @@
Sun Mar 8 13:03:22 1998 Tim Janik <timj@gimp.org>
* gtk/gtkrange.h: removed gtk_range_calc_value().
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org> Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which * gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which

View File

@ -1,3 +1,7 @@
Sun Mar 8 13:03:22 1998 Tim Janik <timj@gimp.org>
* gtk/gtkrange.h: removed gtk_range_calc_value().
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org> Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which * gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which

View File

@ -1,3 +1,7 @@
Sun Mar 8 13:03:22 1998 Tim Janik <timj@gimp.org>
* gtk/gtkrange.h: removed gtk_range_calc_value().
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org> Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which * gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which

View File

@ -1,3 +1,7 @@
Sun Mar 8 13:03:22 1998 Tim Janik <timj@gimp.org>
* gtk/gtkrange.h: removed gtk_range_calc_value().
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org> Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which * gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which

View File

@ -1,3 +1,7 @@
Sun Mar 8 13:03:22 1998 Tim Janik <timj@gimp.org>
* gtk/gtkrange.h: removed gtk_range_calc_value().
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org> Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which * gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which

View File

@ -1,3 +1,7 @@
Sun Mar 8 13:03:22 1998 Tim Janik <timj@gimp.org>
* gtk/gtkrange.h: removed gtk_range_calc_value().
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org> Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which * gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which

View File

@ -1,3 +1,7 @@
Sun Mar 8 13:03:22 1998 Tim Janik <timj@gimp.org>
* gtk/gtkrange.h: removed gtk_range_calc_value().
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org> Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which * gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which

View File

@ -579,13 +579,6 @@ gtk_range_default_vmotion (GtkRange *range,
} }
} }
gfloat
gtk_range_calc_value (GtkRange *range,
gint position)
{
return 0.0;
}
static void static void
gtk_range_finalize (GtkObject *object) gtk_range_finalize (GtkObject *object)

View File

@ -132,8 +132,6 @@ void gtk_range_default_hmotion (GtkRange *range,
void gtk_range_default_vmotion (GtkRange *range, void gtk_range_default_vmotion (GtkRange *range,
gint xdelta, gint xdelta,
gint ydelta); gint ydelta);
gfloat gtk_range_calc_value (GtkRange *range,
gint position);
#ifdef __cplusplus #ifdef __cplusplus