summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkLayout.c
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2006-12-01 15:05:28 (GMT)
committerjenglish <jenglish@flightlab.com>2006-12-01 15:05:28 (GMT)
commit45c8e3580340193e7ccf0964846d920defe41521 (patch)
tree5e16979b3c5b841b5692d4fbc91b33b4104f4356 /generic/ttk/ttkLayout.c
parent2bb1590cb848832772cfdc9474090903d4790aa2 (diff)
downloadtk-45c8e3580340193e7ccf0964846d920defe41521.zip
tk-45c8e3580340193e7ccf0964846d920defe41521.tar.gz
tk-45c8e3580340193e7ccf0964846d920defe41521.tar.bz2
Dead code removal.
Diffstat (limited to 'generic/ttk/ttkLayout.c')
-rw-r--r--generic/ttk/ttkLayout.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/generic/ttk/ttkLayout.c b/generic/ttk/ttkLayout.c
index 09370ea..12f372a 100644
--- a/generic/ttk/ttkLayout.c
+++ b/generic/ttk/ttkLayout.c
@@ -5,7 +5,7 @@
*
* Copyright (c) 2003 Joe English. Freely redistributable.
*
- * $Id: ttkLayout.c,v 1.3 2006/11/03 15:42:42 patthoyts Exp $
+ * $Id: ttkLayout.c,v 1.4 2006/12/01 15:05:28 jenglish Exp $
*/
#include <string.h>
@@ -1178,11 +1178,6 @@ Ttk_Box Ttk_LayoutNodeParcel(Ttk_LayoutNode *node)
return node->parcel;
}
-void Ttk_LayoutNodeSetParcel(Ttk_LayoutNode *node, Ttk_Box parcel)
-{
- node->parcel = parcel;
-}
-
void Ttk_PlaceLayoutNode(Ttk_Layout layout, Ttk_LayoutNode *node, Ttk_Box b)
{
node->parcel = b;