comparison cfg-common.h @ 27716:86b7080b676d

Remove redundant declaration of proc_priority.
author diego
date Sun, 12 Oct 2008 22:11:33 +0000
parents 89812cdbc1b8
children 48c1ae64255b
comparison
equal deleted inserted replaced
27715:ff8854e4cecc 27716:86b7080b676d
347 "\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 347 "\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
348 {NULL, NULL, 0, 0, 0, 0, NULL} 348 {NULL, NULL, 0, 0, 0, 0, NULL}
349 349
350 }; 350 };
351 351
352 extern char * proc_priority;
353
354 #ifdef WIN32 352 #ifdef WIN32
355 struct { 353 struct {
356 char* name; 354 char* name;
357 int prio; 355 int prio;
358 } priority_presets_defs[] = { 356 } priority_presets_defs[] = {