wwxxyx / pdfium

Automatically exported from code.google.com/p/pdfium
0 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

GoogleCodeExporter commented 9 years ago
BTW, core/src/fxge/ge/fx_ge_text.cpp is the last file with FOXIT_CHROME_BUILD.

Original comment by thestig@chromium.org on 8 May 2015 at 9:36