diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-05-18 13:08:07 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-05-18 15:09:18 +0200 |
| commit | 7ffbf62469d1ed3bc82f0cf56d91b3ebef7b7338 (patch) | |
| tree | 96baa23d81a49bf9c67cda0f0668be5f8f02c20b /register.c | |
| parent | 0cb6e49b796881cbb8b754051eae10a7151ebd99 (diff) | |
| download | vis-7ffbf62469d1ed3bc82f0cf56d91b3ebef7b7338.tar.gz vis-7ffbf62469d1ed3bc82f0cf56d91b3ebef7b7338.tar.xz | |
vis: add #define for VIS_MENU
Diffstat (limited to 'register.c')
| -rw-r--r-- | register.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -6,10 +6,6 @@ #include "util.h" #include "register.h" -#ifndef VIS_CLIPBOARD -#define VIS_CLIPBOARD "vis-clipboard" -#endif - static ssize_t read_buffer(void *context, char *data, size_t len) { buffer_append(context, data, len); return len; |
