diff src/libaudclient/audctrl.c @ 4708:c2886b393206

completely remove skin getting/setting
author mf0102 <0102@gmx.at>
date Mon, 07 Jul 2008 23:54:10 +0200
parents c9b0da38d07d
children 7bf7f83a217e
line wrap: on
line diff
--- a/src/libaudclient/audctrl.c	Mon Jul 07 23:13:55 2008 +0200
+++ b/src/libaudclient/audctrl.c	Mon Jul 07 23:54:10 2008 +0200
@@ -358,33 +358,6 @@
 }
 
 /**
- * audacious_remote_get_skin:
- * @proxy: DBus proxy for audacious
- *
- * Queries Audacious about it's skin.
- *
- * Return value: A path to the currently selected skin.
- **/
-gchar *audacious_remote_get_skin(DBusGProxy *proxy) {
-    gchar *skin = NULL;
-    org_atheme_audacious_get_skin (proxy, &skin, &error);
-    g_clear_error(&error);
-    return skin;
-}
-
-/**
- * audacious_remote_set_skin:
- * @proxy: DBus proxy for audacious
- * @skinfile: Path to a skinfile to use with Audacious.
- *
- * Tells audacious to start using the skinfile provided.
- **/
-void audacious_remote_set_skin(DBusGProxy *proxy, gchar *skinfile) {
-    org_atheme_audacious_set_skin(proxy, skinfile, &error);
-	g_clear_error(&error);
-}
-
-/**
  * audacious_remote_get_playlist_file:
  * @proxy: DBus proxy for audacious
  * @pos: The playlist position to query for.