Changeset 998 for trunk/dll/init.c


Ignore:
Timestamp:
Mar 9, 2008, 5:30:28 AM (17 years ago)
Author:
John Small
Message:

Added comments and removed dead code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r997 r998  
    4343  29 Feb 08 GKY Changes to enable user settable command line length
    4444  29 Feb 08 GKY Refactor global command line variables to notebook.h
     45  08 Mar 08 JBS Ticket 230: Replace prefixless INI keys for default directory containers with
     46                keys using a "DirCnr." prefix
    4547
    4648***********************************************************************/
     
    13451347
    13461348  LoadDetailsSwitches("DirCnr", NULL);
    1347 //   size = sizeof(BOOL);
    1348 //   PrfQueryProfileData(fmprof, appname, "DetailsLWDate", &detailslwdate, &size);
    1349 //   size = sizeof(BOOL);
    1350 //   PrfQueryProfileData(fmprof, appname, "DetailsLWTime", &detailslwtime, &size);
    1351 //   size = sizeof(BOOL);
    1352 //   PrfQueryProfileData(fmprof, appname, "DetailsLADate", &detailsladate, &size);
    1353 //   size = sizeof(BOOL);
    1354 //   PrfQueryProfileData(fmprof, appname, "DetailsLATime", &detailslatime, &size);
    1355 //   size = sizeof(BOOL);
    1356 //   PrfQueryProfileData(fmprof, appname, "DetailsCRDate", &detailscrdate, &size);
    1357 //   size = sizeof(BOOL);
    1358 //   PrfQueryProfileData(fmprof, appname, "DetailsCRTime", &detailscrtime, &size);
    1359 //   size = sizeof(BOOL);
    1360 //   PrfQueryProfileData(fmprof, appname, "DetailsLongname", &detailslongname, &size);
    1361 //   size = sizeof(BOOL);
    1362 //   PrfQueryProfileData(fmprof, appname, "DetailsEA", &detailsea, &size);
    1363 //   size = sizeof(BOOL);
    1364 //   PrfQueryProfileData(fmprof, appname, "DetailsSize", &detailssize, &size);
    1365 //   size = sizeof(BOOL);
    1366 //   PrfQueryProfileData(fmprof, appname, "DetailsSubject", &detailssubject, &size);
    1367 //   size = sizeof(BOOL);
    1368 //   PrfQueryProfileData(fmprof, appname, "DetailsAttr", &detailsattr, &size);
    1369 //   size = sizeof(BOOL);
    1370 //   PrfQueryProfileData(fmprof, appname, "DetailsIcon", &detailsicon, &size);
    1371 //   size = sizeof(BOOL);
    1372 //   PrfQueryProfileData(fmprof, appname, "SubjectInLeftPane", &fSubjectInLeftPane,
    1373 //                    &size);
    1374 //   size = sizeof(BOOL);
    1375 //   PrfQueryProfileData(fmprof, appname, "SubjectLengthMax", &fSubjectLengthMax,
    1376 //                    &size);
    1377 //   if (fSubjectLengthMax)
    1378 //     SubjectDisplayWidth = 0;
    1379 //   else {
    1380 //     PrfQueryProfileData(fmprof, appname, "SubjectDisplayWidth",
    1381 //                      &SubjectDisplayWidth, &size);
    1382 //     if (SubjectDisplayWidth < 50)
    1383 //       SubjectDisplayWidth = 0;
    1384 //     else if (SubjectDisplayWidth > 1000)
    1385 //       SubjectDisplayWidth = 1000;
    1386 //   }
    13871349
    13881350  /* load pointers and icons we use */
Note: See TracChangeset for help on using the changeset viewer.