diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2017-12-04 12:15:14 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2017-12-04 12:15:14 +1300 |
commit | 6f85ec2ae7a7f9fb329f2e5dfd14b45117b48d85 (patch) | |
tree | 50ebf89448e565838de5eb3c26ea23bae28100eb | |
parent | e716353664505bb23badae4427eeed4f4ecd0864 (diff) | |
download | gdm-6f85ec2ae7a7f9fb329f2e5dfd14b45117b48d85.tar.gz |
Remove unused variables
-rw-r--r-- | common/gdm-log.c | 3 |
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; |