diff options
author | hobbs <hobbs> | 2002-04-05 08:41:44 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-04-05 08:41:44 (GMT) |
commit | fc0fdf9ceee035287048fff5625d07137bae120e (patch) | |
tree | 84c116a4a3568ad0fb1c51f39f76ba1ccc68204f /unix | |
parent | 406eb5a70238050ba7015af89d5495a48ad31107 (diff) | |
download | tk-fc0fdf9ceee035287048fff5625d07137bae120e.zip tk-fc0fdf9ceee035287048fff5625d07137bae120e.tar.gz tk-fc0fdf9ceee035287048fff5625d07137bae120e.tar.bz2 |
* unix/tkUnixWm.c (CreateWrapper): Removed redundat setting of
inputContext to null.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnixWm.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/unix/tkUnixWm.c b/unix/tkUnixWm.c index ed1a18a..940cf61 100644 --- a/unix/tkUnixWm.c +++ b/unix/tkUnixWm.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixWm.c,v 1.12 2002/01/25 21:09:37 dgp Exp $ + * RCS: @(#) $Id: tkUnixWm.c,v 1.13 2002/04/05 08:41:44 hobbs Exp $ */ #include "tkPort.h" @@ -4953,9 +4953,6 @@ CreateWrapper(wmPtr) wrapperPtr->mainPtr->refCount++; wrapperPtr->dirtyAtts = 0; wrapperPtr->dirtyChanges = 0; -#ifdef TK_USE_INPUT_METHODS - wrapperPtr->inputContext = NULL; -#endif /* TK_USE_INPUT_METHODS */ wrapperPtr->wmInfoPtr = wmPtr; /* |