Revert "new_workspace null behavior + testmap functions + regex"

This reverts commit e1d18e42a8.

Fixes #180

cc @taiyu-len
This commit is contained in:
Drew DeVault 2015-09-13 19:46:16 -04:00
parent 9c8f1fb964
commit e505abfe75
12 changed files with 374 additions and 585 deletions

View file

@ -63,10 +63,6 @@ bool load_config(const char *file);
bool read_config(FILE *file, bool is_active);
char *do_var_replacement(char *str);
// Find workspace_output from config by workspace or output name
struct workspace_output *wsop_find_workspace(const char *);
struct workspace_output *wsop_find_output(const char *);
extern struct sway_config *config;
#endif