google-code-export / pdfium

Automatically exported from code.google.com/p/pdfium
1 stars 0 forks source link

Remove conditional build option FOXIT_CHROME_BUILD #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Code is littered with things like

#ifndef FOXIT_CHROME_BUILD
    CFX_WideString swTitle = L"Foxit";
#else
    CFX_WideString swTitle = L"PDF";
#endif

which make it less readable and shouldn't be needed in a pdfium world.

Original issue reported on code.google.com by tsepez@chromium.org on 22 Aug 2014 at 7:42