rm useless include guard
This commit is contained in:
parent
fae27e5b82
commit
dac26bd406
5
config.h
5
config.h
|
@ -1,6 +1,3 @@
|
||||||
#ifndef CONFIG_H
|
|
||||||
#define CONFIG_H
|
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#define URGENT_ON_BEEP
|
#define URGENT_ON_BEEP
|
||||||
|
@ -50,5 +47,3 @@ static const bool visible_bell = false;
|
||||||
static const bool mouse_autohide = false;
|
static const bool mouse_autohide = false;
|
||||||
|
|
||||||
static const char *term = "vte-256color";
|
static const char *term = "vte-256color";
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in New Issue