Changeset 998


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

Added comments and removed dead code.

Location:
trunk/dll
Files:
3 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 */
  • trunk/dll/misc.c

    r997 r998  
    3838  12 Jan 08 SHL Document SetConditionalCascade
    3939  13 Jan 08 GKY Get Subjectwidth/Subjectleft working in the collector.
    40   xx Jan 08 JBS Ticket 150: fix/improve save and restore of dir cnr state at FM/2 close/reopen
     40  19 Jan 08 JBS Ticket 150: fix/improve save and restore of dir cnr state at FM/2 close/reopen
    4141  21 Jan 08 GKY Stop reallocating NullStr by direct editing of empty subject and longname strings.
    4242  29 Feb 08 GKY Use xfree where appropriate
     43  08 Mar 08 JBS Ticket 230: Replace prefixless INI keys for default directory containers with
     44                keys using a "DirCnr." prefix
    4345
    4446***********************************************************************/
  • trunk/dll/notebook.c

    r997 r998  
    3131  29 Feb 08 GKY Changes to enable user settable command line length
    3232  29 Feb 08 GKY Use xfree where appropriate
     33  08 Mar 08 JBS Ticket 230: Replace prefixless INI keys for default directory containers with
     34                keys using a "DirCnr." prefix
    3335
    3436***********************************************************************/
Note: See TracChangeset for help on using the changeset viewer.