summaryrefslogtreecommitdiff
path: root/daemon/gdm-display.h
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-02-03 15:12:49 -0500
committerRay Strode <rstrode@redhat.com>2015-02-18 17:34:10 -0500
commit185db2f61d360a793439ba385dae2fd560789fac (patch)
tree85a50a03ee757a49a2a05736ef996f1cfcfbf85f /daemon/gdm-display.h
parent859ed525623a710fe0a58b59fd5808bcfcaf31e8 (diff)
downloadgdm-185db2f61d360a793439ba385dae2fd560789fac.tar.gz
display: get rid of get_timed_login_details vfunc
Instead introduce an "allow-timed-login" property that subclasses can set to FALSE to disable timed login. https://bugzilla.gnome.org/show_bug.cgi?id=744764
Diffstat (limited to 'daemon/gdm-display.h')
-rw-r--r--daemon/gdm-display.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/daemon/gdm-display.h b/daemon/gdm-display.h
index 8242b0f7..a99fee5c 100644
--- a/daemon/gdm-display.h
+++ b/daemon/gdm-display.h
@@ -57,10 +57,6 @@ typedef struct
/* methods */
gboolean (*prepare) (GdmDisplay *display);
- void (*get_timed_login_details) (GdmDisplay *display,
- gboolean *enabled,
- char **username,
- int *delay);
} GdmDisplayClass;
typedef enum