summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.h b/src/data.h
index 5e8a6fc..9ba8419 100644
--- a/src/data.h
+++ b/src/data.h
@@ -81,7 +81,7 @@ struct rp_action
int key;
int state;
void *data; /* misc data to be passed to the function */
- void (*func)(void *);
+/* void (*func)(void *); */
};
extern rp_window *rp_window_head, *rp_window_tail;