summaryrefslogtreecommitdiffstats
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/defs.h b/src/defs.h
index e90f0e5..a0d61cd 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-only */
-/* Copyright (C) 2020 Gediminas Jakutis */
+/* Copyright (C) 2020-2021 Gediminas Jakutis */
#ifndef ALGOS_DEFS_H_INCLUDED
#define ALGOS_DEFS_H_INCLUDED
@@ -100,7 +100,6 @@ struct stream {
enum streamtype type;
char *name;
size_t index;
- struct entry_l *pnode; /* "previous" node */
struct entry_l *cnode; /* "current" node */
union cachewrap;
struct settings *settings;