From 7381ed25c66d07d28fd350429636b140fd58e39d Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Mon, 16 May 2011 13:26:41 +0200 Subject: s3-printing: remove cups_pull_comment_location from header file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner Autobuild-User: Günther Deschner Autobuild-Date: Mon May 16 16:03:57 CEST 2011 on sn-devel-104 (cherry picked from commit 6bfe488f29a9df26f3d6dbc4166200ea286536c1) (cherry picked from commit 327598652b106e9a09bfab5d35d3534c9093356a) --- source3/printing/pcap.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source3/printing/pcap.h b/source3/printing/pcap.h index e8276f9aadb..63497fd8ec5 100644 --- a/source3/printing/pcap.h +++ b/source3/printing/pcap.h @@ -44,10 +44,6 @@ bool cups_cache_reload(struct tevent_context *ev, struct messaging_context *msg_ctx, void (*post_cache_fill_fn)(struct tevent_context *, struct messaging_context *)); -bool cups_pull_comment_location(TALLOC_CTX *mem_ctx, - const char *printername, - char **comment, - char **location); /* The following definitions come from printing/print_iprint.c */ -- cgit