diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-15 18:41:12 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-15 18:41:12 -0700 |
commit | 4d511c40f437adec6b8a635fe717605c1354f49c (patch) | |
tree | 47825892a7538a9feb2ef78b40039efbd4171797 /lwlib/lwlib-utils.h | |
parent | 1fbb4609138cca32a9bac72561f63f22b0f26469 (diff) | |
download | emacs-4d511c40f437adec6b8a635fe717605c1354f49c.tar.gz emacs-4d511c40f437adec6b8a635fe717605c1354f49c.tar.bz2 emacs-4d511c40f437adec6b8a635fe717605c1354f49c.zip |
* lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget): Remove; unused.
Diffstat (limited to 'lwlib/lwlib-utils.h')
-rw-r--r-- | lwlib/lwlib-utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lwlib/lwlib-utils.h b/lwlib/lwlib-utils.h index b988374288a..ec3daab94ef 100644 --- a/lwlib/lwlib-utils.h +++ b/lwlib/lwlib-utils.h @@ -15,7 +15,4 @@ Widget *XtCompositeChildren (Widget, unsigned int *); Boolean XtWidgetBeingDestroyedP (Widget widget); -void XtSafelyDestroyWidget (Widget); - #endif /* _LWLIB_UTILS_H_ */ - |