/* * Delete the Nth element of the current playlist. * * This method raises an Xmms::Error exception if XMMS is not running. * * Examples: * remote.delete 26 # delete the 26th playlist element * */ static VALUE xr_pl_del(VALUE self, VALUE pos) {