Index: trunk/src/global.h =================================================================== --- trunk/src/global.h (revision 412) +++ trunk/src/global.h (revision 413) @@ -666,7 +666,7 @@ int BackupInterval; /* time between two backups in seconds */ char *DefaultLayerName[MAX_LAYER], *FontCommand, /* commands for file loading... */ *FileCommand, *PrintFile, *LibraryShell, *LibrarySearchPaths, - *SaveCommand, *LibraryFilename, *FontFile, /* name of default font file */ + *SaveCommand, *FontFile, /* name of default font file */ *DefaultPcbFile, *Groups, /* string with layergroups */ *Routes, /* string with route styles */ Index: trunk/src/main.c =================================================================== --- trunk/src/main.c (revision 412) +++ trunk/src/main.c (revision 413) @@ -1047,16 +1047,6 @@ /* %start-doc options "5 Paths" @ftable @code -@item --lib-name -The default filename for the library. -@end ftable -%end-doc -*/ - SSET (LibraryFilename, LIBRARYFILENAME, "lib-name", - "The default filename for the library"), - -/* %start-doc options "5 Paths" -@ftable @code @item --default-font The name of the default font. @end ftable