From e505abfe75923d06098f6230e5a7ba39c091d3ce Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 13 Sep 2015 19:46:16 -0400 Subject: Revert "new_workspace null behavior + testmap functions + regex" This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983. Fixes #180 cc @taiyu-len --- include/config.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index 04db3e5c..676218c8 100644 --- a/include/config.h +++ b/include/config.h @@ -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 -- cgit v1.2.3-54-g00ecf