summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2017-12-04 12:15:14 +1300
committerRobert Ancell <robert.ancell@canonical.com>2017-12-04 12:15:14 +1300
commit6f85ec2ae7a7f9fb329f2e5dfd14b45117b48d85 (patch)
tree50ebf89448e565838de5eb3c26ea23bae28100eb /common
parente716353664505bb23badae4427eeed4f4ecd0864 (diff)
downloadgdm-6f85ec2ae7a7f9fb329f2e5dfd14b45117b48d85.tar.gz
Remove unused variables
Diffstat (limited to 'common')
-rw-r--r--common/gdm-log.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/gdm-log.c b/common/gdm-log.c
index 8a2d0154..ddbf853b 100644
--- a/common/gdm-log.c
+++ b/common/gdm-log.c
@@ -125,9 +125,6 @@ gdm_log_set_debug (gboolean debug)
void
gdm_log_init (void)
{
- const char *prg_name;
- int options;
-
if (initialized)
return;