diff options
author | Kevin Walzer <kw@codebykevin.com> | 2014-11-20 02:34:09 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2014-11-20 02:34:09 (GMT) |
commit | 02b543ede36c5f387093c576a915c0788628bedb (patch) | |
tree | 5a101e668abf73d28f52221e94951ca6a824c959 /macosx/tkMacOSXPrivate.h | |
parent | 0e22d8ae3dcf3f15ae9df9bab55581868f8dbf5a (diff) | |
download | tk-02b543ede36c5f387093c576a915c0788628bedb.zip tk-02b543ede36c5f387093c576a915c0788628bedb.tar.gz tk-02b543ede36c5f387093c576a915c0788628bedb.tar.bz2 |
Back out changes not pertaining to private API; those files should not have been updated.
Diffstat (limited to 'macosx/tkMacOSXPrivate.h')
-rw-r--r-- | macosx/tkMacOSXPrivate.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h index 599317d..1aee7f4 100644 --- a/macosx/tkMacOSXPrivate.h +++ b/macosx/tkMacOSXPrivate.h @@ -1,5 +1,5 @@ /* - * tkMacOSXPrivate.h -- + * tkMacOSXPrivate.h -- * * Macros and declarations that are purely internal & private to TkAqua. * @@ -326,7 +326,6 @@ VISIBILITY_HIDDEN BOOL _subviewsSetAside; #endif NSString *privateWorkingText; - BOOL _in_event; } @end |