summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-09-22 01:12:28 -0700
committerVito Caputo <vcaputo@pengaru.com>2020-09-22 01:12:28 -0700
commitf8d142c8c03faadff939846a1acb35be4588b453 (patch)
treee04f75efcbc87dee47c1fead5bd7127b6068ea07 /src/Makefile.am
parentb3d320c16333346d11108922dc62fa83992a75e5 (diff)
cache-node: drop cache{,-node}.[ch]
I'd originally intended to reuse this cache code for the checkered background, but I don't think it's really necessary so just remove it. It can always be brought back from the dead if desired.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e16083e..168d4d1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,10 +2,6 @@ bin_PROGRAMS = pig
pig_SOURCES = \
bb2f.h \
bb3f.h \
- cache.c \
- cache.h \
- cache-node.c \
- cache-node.h \
checker-node.c \
checker-node.h \
clear-node.c \
© All Rights Reserved