aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xwidget.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xwidget.h b/src/xwidget.h
index 1495c5bef5a..786a3bf4941 100644
--- a/src/xwidget.h
+++ b/src/xwidget.h
@@ -37,10 +37,6 @@ struct xwidget{
37 /* Non-nil means kill silently if Emacs is exited. */ 37 /* Non-nil means kill silently if Emacs is exited. */
38 unsigned int kill_without_query : 1; 38 unsigned int kill_without_query : 1;
39 39
40 //TODO these are WIP
41
42
43
44}; 40};
45 41
46 42