summaryrefslogtreecommitdiff
path: root/cocoa/utils.m
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/utils.m')
-rw-r--r--cocoa/utils.m12
1 files changed, 0 insertions, 12 deletions
diff --git a/cocoa/utils.m b/cocoa/utils.m
index 0b06b1d9a..2b365878e 100644
--- a/cocoa/utils.m
+++ b/cocoa/utils.m
@@ -32,18 +32,6 @@ void warn_user(const char *warning, const char *detail)
NSRunAlertPanel( @"Warning", @"Warning %s: %s", @"OK", nil, nil, warning, detail );
}
-query_id query_user(const char *query, const char *detail,
- const query_callback *cb, void *pw, const char *yes, const char *no)
-{
- UNIMPL();
- return 0;
-}
-
-void query_close(query_id qid)
-{
- UNIMPL();
-}
-
void PDF_Password(char **owner_pass, char **user_pass, char *path)
{
UNIMPL();