Skip to content

Commit

Permalink
Remove VOTablesupport from imc_texpand
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Jan 27, 2024
1 parent e52a415 commit bb8f876
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions sys/imio/imt/imxexpand.x
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ include <ctype.h>
include <diropen.h>

include "imx.h"
include <votParse_spp.h>


define SZ_BUF 8192 # name buffer string
Expand Down Expand Up @@ -351,12 +350,9 @@ begin
}


# Now process the file. For ascii
# tables we read the URLs directly but likewise returned the
# cache name.

if (type == IMT_TABLE)
exp = imx_table (ofname[ip], index, nimages)
# Now process the file. For ascii tables we read the URLs directly
# but likewise returned the cache name.
exp = imx_table (ofname[ip], index, nimages)

call sfree (sp)
return (exp)
Expand Down

0 comments on commit bb8f876

Please sign in to comment.