diff options
| author | Michael Biebl <biebl@debian.org> | 2018-04-23 18:00:21 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-04-23 18:00:21 +0200 |
| commit | f60117b41d5433be1b4a96d82cd11d0c3dce9b63 (patch) | |
| tree | 2dd55c4ab0fdcbe9cddb26adb4a554b1a45c73c8 /src/nm-auth-subject.h | |
| parent | 7e9ff09fcb2366b383b7ebbec80d2f6fff117290 (diff) | |
New upstream version 1.11.3 upstream/1.11.3
Diffstat (limited to 'src/nm-auth-subject.h')
| -rw-r--r-- | src/nm-auth-subject.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nm-auth-subject.h b/src/nm-auth-subject.h index a0b6d14b..a9921dbd 100644 --- a/src/nm-auth-subject.h +++ b/src/nm-auth-subject.h @@ -68,10 +68,6 @@ gulong nm_auth_subject_get_unix_process_uid (NMAuthSubject *subject); const char *nm_auth_subject_to_string (NMAuthSubject *self, char *buf, gsize buf_len); -#if WITH_POLKIT - GVariant * nm_auth_subject_unix_process_to_polkit_gvariant (NMAuthSubject *self); -#endif - #endif /* __NETWORKMANAGER_AUTH_SUBJECT_H__ */ |