summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/conf.c b/src/conf.c
index 3ec7965..1f91a8b 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -1921,8 +1921,6 @@ clear_out_old_conf(void)
void
conf_add_class_to_conf(struct MaskItem *conf, const char *class_name)
{
- struct ClassItem *class = NULL;
-
if (class_name == NULL)
{
conf->class = class_default;