summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-04-03 20:17:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-04-03 20:17:01 (GMT)
commit669eee25c1697b76b631701baf3a4c262c8c09fc (patch)
tree6909766d167011b99ee390e421db7f35904a4f29 /win/Makefile.in
parentc877e3b4be046d0f9b376ed7c18fc14832a1966a (diff)
downloadtk-669eee25c1697b76b631701baf3a4c262c8c09fc.zip
tk-669eee25c1697b76b631701baf3a4c262c8c09fc.tar.gz
tk-669eee25c1697b76b631701baf3a4c262c8c09fc.tar.bz2
Remove unused variable.
Remove tkStubLib.o from tk85.dll. On Windows, data cannot be exported from dll's anyway, so it's just dead code. On UNIX, it makes a difference, and it would be a potential incompatibility to remove it.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 550e6ae..2952e03 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -350,7 +350,6 @@ TK_OBJS = \
tkUtil.$(OBJEXT) \
tkVisual.$(OBJEXT) \
tkStubInit.$(OBJEXT) \
- tkStubLib.$(OBJEXT) \
tkWindow.$(OBJEXT) \
$(TTK_OBJS)