diff options
Diffstat (limited to 'source3/printing/printer_list.h')
-rw-r--r-- | source3/printing/printer_list.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/printing/printer_list.h b/source3/printing/printer_list.h index bdcf308098..fce3e34248 100644 --- a/source3/printing/printer_list.h +++ b/source3/printing/printer_list.h @@ -96,13 +96,4 @@ NTSTATUS printer_list_clean_old(void); NTSTATUS printer_list_run_fn(void (*fn)(const char *, const char *, void *), void *private_data); - -/** - * @brief Check if the printer list needs to be refreshed. - * - * @return True if the database needs to be refreshed, false if - * not. - */ -bool printer_list_need_refresh(void); - #endif /* _PRINTER_LIST_H_ */ |