diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-09-01 13:43:28 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-09-01 13:43:28 (GMT) |
commit | 3746f0070f5251728491df86b99ff93e7faba43f (patch) | |
tree | 26421d3aab10f4b38edb2d0004c6191aa98eb1be /win/tkWinX.c | |
parent | b1c0906cd7a5a3ab79df9ee025896ffb275725a4 (diff) | |
download | tk-3746f0070f5251728491df86b99ff93e7faba43f.zip tk-3746f0070f5251728491df86b99ff93e7faba43f.tar.gz tk-3746f0070f5251728491df86b99ff93e7faba43f.tar.bz2 |
unnecessary macro
Diffstat (limited to 'win/tkWinX.c')
-rw-r--r-- | win/tkWinX.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/tkWinX.c b/win/tkWinX.c index ccccf56..1e66620 100644 --- a/win/tkWinX.c +++ b/win/tkWinX.c @@ -29,8 +29,6 @@ # pragma comment (lib, "advapi32.lib") #endif -#define USE_EXTRA_EVENTS 0 /* Set this to 1 if you want to generate - additional events for surrogates */ /* * The zmouse.h file includes the definition for WM_MOUSEWHEEL. */ |