summaryrefslogtreecommitdiff
path: root/flam3-convert.c
diff options
context:
space:
mode:
Diffstat (limited to 'flam3-convert.c')
-rw-r--r--flam3-convert.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/flam3-convert.c b/flam3-convert.c
index 3062a4b..3758fba 100644
--- a/flam3-convert.c
+++ b/flam3-convert.c
@@ -188,22 +188,6 @@ main(int argc, char **argv)
{
char *s, *ss;
-#ifdef WIN32
-
- char *slashloc;
- char palpath[256],exepath[256];
-
- slashloc = strrchr(argv[0],'\\');
- if (NULL==slashloc) {
- sprintf(palpath,"flam3_palettes=flam3-palettes.xml");
- } else {
- strncpy(exepath,argv[0],slashloc-argv[0]+1);
- sprintf(palpath,"flam3_palettes=%sflam3-palettes.xml",exepath);
- }
- putenv(palpath);
-
-#endif
-
if (1 != argc) {
docstring();
exit(0);