diff options
author | Grégoire Jadi <gregoire.jadi@gmail.com> | 2013-07-18 11:48:15 +0200 |
---|---|---|
committer | Grégoire Jadi <gregoire.jadi@gmail.com> | 2013-07-18 11:48:15 +0200 |
commit | 6fc319db18669e6fd6ea395e840e560016c2e136 (patch) | |
tree | 5ebe7eee0ab2cec5339bf050649482e63b3af691 /src/xwidget.h | |
parent | 808dcb446d519f5b67c9ced06024bace3d770a76 (diff) | |
download | emacs-6fc319db18669e6fd6ea395e840e560016c2e136.tar.gz |
* src/xwidget.h (xwidget): Remove old todo.
Diffstat (limited to 'src/xwidget.h')
-rw-r--r-- | src/xwidget.h | 4 |
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{ /* Non-nil means kill silently if Emacs is exited. */ unsigned int kill_without_query : 1; - //TODO these are WIP - - - }; |