move function inside USE_HAL
2007-04-03 Jens Granseuer <jensgr@gmx.net> * sound-properties-capplet.c: (remove_device): move function inside USE_HAL svn path=/trunk/; revision=7438
This commit is contained in:
parent
3804bf4a44
commit
66283c87ed
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-04-03 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
|
* sound-properties-capplet.c: (remove_device): move function inside
|
||||||
|
USE_HAL
|
||||||
|
|
||||||
2007-04-03 Jens Granseuer <jensgr@gmx.net>
|
2007-04-03 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
Patch by: Matthias Clasen <mclasen@redhat.com>
|
Patch by: Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
|
@ -330,6 +330,7 @@ add_device (int type, const gchar *pipeline, const gchar *description, const gch
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if USE_HAL
|
||||||
static void
|
static void
|
||||||
remove_device (int type, const gchar *pipeline)
|
remove_device (int type, const gchar *pipeline)
|
||||||
{
|
{
|
||||||
|
@ -381,7 +382,6 @@ remove_device (int type, const gchar *pipeline)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if USE_HAL
|
|
||||||
static void
|
static void
|
||||||
device_added_callback (LibHalContext *ctx, const char *udi)
|
device_added_callback (LibHalContext *ctx, const char *udi)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue