about summary refs log tree commit diff stats
path: root/src/ui/win_types.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2018-03-09 21:11:59 +0000
committerJames Booth <boothj5@gmail.com>2018-03-09 21:15:27 +0000
commit59382984c054bca832329c0e365e7f05346fa478 (patch)
treee9e25cd4e1469ad6419f0aba06cf16d7da0320c6 /src/ui/win_types.h
parenta957c545d30750776e5b3307e71d4069e56a9ea5 (diff)
downloadprofani-tty-59382984c054bca832329c0e365e7f05346fa478.tar.gz
Add preferences for tab display
Diffstat (limited to 'src/ui/win_types.h')
-rw-r--r--src/ui/win_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/win_types.h b/src/ui/win_types.h
index 284dbc1f..7fa75b34 100644
--- a/src/ui/win_types.h
+++ b/src/ui/win_types.h
@@ -136,7 +136,6 @@ typedef enum {
 
 typedef struct prof_win_t {
     win_type_t type;
-    char *tab_name;
     ProfLayout *layout;
 } ProfWin;