aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2012-12-19 15:21:34 +0000
committerokan2012-12-19 15:21:34 +0000
commitc5eb66fdce461930b3b780e5f09b0f3771474825 (patch)
tree4cc61e19c89264395d99c4d873fb63965667273f /calmwm.h
parentb383e573a5430c56c75ab469210bbe714c0d83b5 (diff)
downloadcwm-c5eb66fdce461930b3b780e5f09b0f3771474825.tar.gz
gc unused cmd 'flags' variable
Diffstat (limited to '')
-rw-r--r--calmwm.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index 14370aa..3b26df3 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: calmwm.h,v 1.178 2012/12/18 18:39:55 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.179 2012/12/19 15:21:34 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -257,7 +257,6 @@ TAILQ_HEAD(mousebinding_q, mousebinding);
struct cmd {
TAILQ_ENTRY(cmd) entry;
- int flags;
char image[MAXPATHLEN];
#define CMD_MAXLABELLEN 256
char label[CMD_MAXLABELLEN];
@@ -437,7 +436,7 @@ int parse_config(const char *, struct conf *);
void conf_bindname(struct conf *, char *, char *);
void conf_clear(struct conf *);
void conf_client(struct client_ctx *);
-void conf_cmd_add(struct conf *, char *, char *, int);
+void conf_cmd_add(struct conf *, char *, char *);
void conf_color(struct conf *, struct screen_ctx *);
void conf_font(struct conf *, struct screen_ctx *);
void conf_gap(struct conf *, struct screen_ctx *);