Remove unused function

https://bugzilla.gnome.org/show_bug.cgi?id=586107
Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au>
This commit is contained in:
Timothy Arceri 2013-10-04 07:37:48 +10:00 committed by Matthias Clasen
parent 2076b7414d
commit bfc0fb71f9

View File

@ -748,13 +748,6 @@ is_local_printer (gchar *printer_uri)
return FALSE;
}
void
merge_ppd_data (papi_attribute_t ***attributes, gchar *ppdfile)
{
get_ppd_attrs (attributes, ppdfile);
}
static void
papi_display_printer_status_done (gpointer user_data)
{