about summary refs log tree commit diff stats
path: root/src/AttrList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AttrList.h')
-rw-r--r--src/AttrList.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/AttrList.h b/src/AttrList.h
index d0a95c3c..bc5710db 100644
--- a/src/AttrList.h
+++ b/src/AttrList.h
@@ -48,10 +48,13 @@ typedef struct {
  int cattr; /* attributes to go with the color */
 } HTCharStyle;
 
+#ifdef NOT_USED
+
 typedef struct _linkedlist {
  char name[64];
  struct _linkedlist *next;
 } linked_list;
+#endif
 
 #define HText_characterStyle if(TRACE)fprintf(stderr,"HTC called from %s/%d\n",__FILE__,__LINE__);_internal_HTC