aboutsummaryrefslogtreecommitdiff
path: root/src/model.c
diff options
context:
space:
mode:
authorThomas White <weiss@jade.(none)>2008-08-11 12:27:03 +0100
committerThomas White <weiss@jade.(none)>2008-08-11 12:27:03 +0100
commita73a5ac833e95880b2aa98bf9579c9f2e05b74f7 (patch)
treeb690d90c6ca8dd60456d60bd3f2452f594823fce /src/model.c
parent43b51cd18b2cbf5fc5dd3e5493264c80dc199bae (diff)
Remove vestigial 'ATTRIB_RADIUS' attribute
Diffstat (limited to 'src/model.c')
-rw-r--r--src/model.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/model.c b/src/model.c
index 81958ec..f98d4bc 100644
--- a/src/model.c
+++ b/src/model.c
@@ -458,9 +458,6 @@ static int model_load(ModelContext *ctx, const char *name, RenderContext *render
attribs = attribs | ATTRIB_COLSPEC;
colspec = r;
}
- if ( sscanf(line, "radius %f", &radius) == 1 ) {
- attribs = attribs | ATTRIB_RADIUS;
- }
if ( sscanf(line, "shiny %f", &shininess) == 1 ) {
attribs = attribs | ATTRIB_SHINY;
}