summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-06-09 19:13:44 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-06-09 19:15:21 -0700
commit5fac4cbdecb6b1d426c5c37e8072cc1beaad83b5 (patch)
tree6c27590d19bcafefc3be38e72ecc8cb36b545e9a /src
parent5bd3d88ae15de84ff0fdc13346250934dfe1cfc0 (diff)
modules/compose: remove some vestigial junk
compose must have been derived from rtv originally, which uses txt.h.
Diffstat (limited to 'src')
-rw-r--r--src/modules/compose/compose.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/compose/compose.c b/src/modules/compose/compose.c
index 2b56356..957d176 100644
--- a/src/modules/compose/compose.c
+++ b/src/modules/compose/compose.c
@@ -8,8 +8,6 @@
#include "til_settings.h"
#include "til_util.h"
-#include "txt/txt.h"
-
/* Copyright (C) 2020 - Vito Caputo <vcaputo@pengaru.com> */
/* This implements a rudimentary compositing module for layering
@@ -277,7 +275,6 @@ static int compose_setup(const til_settings_t *settings, til_setting_t **res_set
layers_settings = (*res_setting)->value_as_nested_settings;
{
til_setting_t *layer_setting;
- const char *layer;
/* Now that we have the layers value in its own settings instance,
* iterate across the settings @ layers_settings, turning each of
© All Rights Reserved