fix the without HAVE_XCURSOR build

2005-07-12  Sven Herzberg  <herzi@gnome-de.org>

        * gnome-mouse-properties.c: fix the without HAVE_XCURSOR build
This commit is contained in:
Sven Herzberg 2005-07-12 18:29:13 +00:00 committed by Sven Herzberg
parent a6bfb5ca46
commit c08f3685cc
2 changed files with 4 additions and 2 deletions

View file

@ -238,7 +238,6 @@ drag_threshold_from_gconf (GConfPropertyEditor *peditor,
return new_value;
}
#ifdef HAVE_XCURSOR
static GConfValue *
cursor_size_to_widget (GConfPropertyEditor *peditor, const GConfValue *value)
{
@ -293,7 +292,6 @@ cursor_size_from_widget (GConfPropertyEditor *peditor, const GConfValue *value)
return new_value;
}
#endif
/* Retrieve legacy settings */