summaryrefslogtreecommitdiff
path: root/panels/printers/pp-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'panels/printers/pp-utils.h')
-rw-r--r--panels/printers/pp-utils.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/panels/printers/pp-utils.h b/panels/printers/pp-utils.h
index 17dbaf734..97239845c 100644
--- a/panels/printers/pp-utils.h
+++ b/panels/printers/pp-utils.h
@@ -242,16 +242,6 @@ void printer_add_option_async (const gchar *printer_name,
PAOCallback callback,
gpointer user_data);
-typedef void (*CGJCallback) (cups_job_t *jobs,
- gint num_of_jobs,
- gpointer user_data);
-
-void cups_get_jobs_async (const gchar *printer_name,
- gboolean my_jobs,
- gint which_jobs,
- CGJCallback callback,
- gpointer user_data);
-
void pp_devices_list_free (PpDevicesList *result);
const gchar *get_page_size_from_locale (void);