summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkElements.c
diff options
context:
space:
mode:
authormarc_culler <marc.culler@gmail.com>2020-12-16 16:50:56 (GMT)
committermarc_culler <marc.culler@gmail.com>2020-12-16 16:50:56 (GMT)
commitd689479c933e288ddeafe93bd23e08836b79507e (patch)
tree3ae4e3625b1b93155416b67b0eabf796022ccc68 /generic/ttk/ttkElements.c
parent1015fa89c934c0680ab3ae7feba0bac896e12b55 (diff)
downloadtk-d689479c933e288ddeafe93bd23e08836b79507e.zip
tk-d689479c933e288ddeafe93bd23e08836b79507e.tar.gz
tk-d689479c933e288ddeafe93bd23e08836b79507e.tar.bz2
Tidy up with a patch from Christopher Chavez. Removes redundant include directives and double semicolons. Uses nil instead of NULL for references to NSObjects in Objective C.
Diffstat (limited to 'generic/ttk/ttkElements.c')
-rw-r--r--generic/ttk/ttkElements.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/ttk/ttkElements.c b/generic/ttk/ttkElements.c
index c4469dc..4dd2adb 100644
--- a/generic/ttk/ttkElements.c
+++ b/generic/ttk/ttkElements.c
@@ -6,7 +6,6 @@
*/
#include "tkInt.h"
-#include <string.h>
#include "ttkTheme.h"
#include "ttkWidget.h"