summaryrefslogtreecommitdiff
path: root/cocoa/utils.m
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/utils.m')
-rw-r--r--cocoa/utils.m9
1 files changed, 0 insertions, 9 deletions
diff --git a/cocoa/utils.m b/cocoa/utils.m
index b49e503d0..2c73e9b49 100644
--- a/cocoa/utils.m
+++ b/cocoa/utils.m
@@ -20,9 +20,6 @@
#import "utils/utils.h"
-#define UNIMPL() NSLog( @"Function '%s' unimplemented", __func__ )
-
-
void warn_user(const char *warning, const char *detail)
{
NSRunAlertPanel( NSLocalizedString( @"Warning", @"Warning title" ),
@@ -31,9 +28,3 @@ void warn_user(const char *warning, const char *detail)
warning, detail != NULL ? ": " : "",
detail != NULL ? detail : "" );
}
-
-void PDF_Password(char **owner_pass, char **user_pass, char *path)
-{
- UNIMPL();
-}
-