diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-13 16:07:05 +0200 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-13 16:07:05 +0200 |
commit | ae80647fb1906e9156eb97e1144c8177b504390e (patch) | |
tree | ff2168dd69155bec82d9f0e16b2085eebd808150 | |
parent | Removed unnecessary lines (diff) | |
download | dmenu-ae80647fb1906e9156eb97e1144c8177b504390e.tar.gz dmenu-ae80647fb1906e9156eb97e1144c8177b504390e.tar.bz2 dmenu-ae80647fb1906e9156eb97e1144c8177b504390e.zip |
Removed unnecessary lines
-rw-r--r-- | config.h | 1 | ||||
-rwxr-xr-x | stest | bin | 0 -> 17688 bytes |
2 files changed, 0 insertions, 1 deletions
diff --git a/config.h b/config.h index 9cc5128..704fb6f 100644 --- a/config.h +++ b/config.h @@ -21,7 +21,6 @@ static const char col_black[] = "#000000"; static const char col_aqua[] = "#00ffff"; static const unsigned int baralpha = 0xd0; -static const unsigned int borderalpha = OPAQUE; static const char *colors[SchemeLast][2] = { /* fg bg */ diff --git a/stest b/stest new file mode 100755 index 0000000..c8e01b7 --- /dev/null +++ b/stest Binary files differ |