diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-04-19 20:05:19 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-04-20 22:47:07 +0200 |
| commit | 9f2210c8ee567c75f43d18313b668aee06eda597 (patch) | |
| tree | f806ed08d5cf1cd9d3947c7f4804f46ad18fbccc /view.h | |
| parent | 2c8fcaa8fbb17b99aa5b0f8bfbbe0451dfa509f3 (diff) | |
| download | vis-9f2210c8ee567c75f43d18313b668aee06eda597.tar.gz vis-9f2210c8ee567c75f43d18313b668aee06eda597.tar.xz | |
vis: start cleaning up register related code
Now that register.h is no longer used by view.h we can move the struct
and function declarations to vis-core.h.
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ typedef struct Selection Selection; #include "text.h" #include "ui.h" -#include "register.h" typedef struct { char data[16]; /* utf8 encoded character displayed in this cell (might be more than |
