summaryrefslogtreecommitdiff
path: root/daemon/gdm-display-access-file.h
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2018-05-16 14:06:29 -0400
committerRay Strode <rstrode@redhat.com>2018-05-16 14:08:11 -0400
commitc405151447f9b24bb998c48a954d2338004a8832 (patch)
tree25b54fc7e078dfa7c217e12a537982d4ba5198e1 /daemon/gdm-display-access-file.h
parentae4ace01f8bf25e32062fab75199845147a44b6a (diff)
downloadgdm-c405151447f9b24bb998c48a954d2338004a8832.tar.gz
display-access-file: drop unused function
gdm_display_access_file_remove_display is unused. This commit drops it. https://bugzilla.gnome.org/show_bug.cgi?id=796176
Diffstat (limited to 'daemon/gdm-display-access-file.h')
-rw-r--r--daemon/gdm-display-access-file.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/daemon/gdm-display-access-file.h b/daemon/gdm-display-access-file.h
index cc7de9e3..eff8dd01 100644
--- a/daemon/gdm-display-access-file.h
+++ b/daemon/gdm-display-access-file.h
@@ -77,9 +77,6 @@ gboolean gdm_display_access_file_add_display_with_cookie (GdmDispla
const char *cookie,
gsize cookie_size,
GError **error);
-gboolean gdm_display_access_file_remove_display (GdmDisplayAccessFile *file,
- GdmDisplay *display,
- GError **error);
void gdm_display_access_file_close (GdmDisplayAccessFile *file);
char *gdm_display_access_file_get_path (GdmDisplayAccessFile *file);