diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-08-31 15:11:52 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-08-31 19:30:34 +0000 |
commit | 670c4fdea0acb9663145b96bec1fbf76279781df (patch) | |
tree | 3a28b6244430514b9702e964c24663c3ec31d7fd /core/fxcrt/fx_extension.h | |
parent | 47a90b894ecca2d3547226169602d7f8729d564f (diff) | |
download | pdfium-670c4fdea0acb9663145b96bec1fbf76279781df.tar.xz |
Cleanup fx_basic_* files
Remove dead code, move code to namespaces where possible, cleanup some
single use items.
Change-Id: Ia734477ceb2105a1ed272463bd8220f1205a7ce9
Reviewed-on: https://pdfium-review.googlesource.com/12732
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'core/fxcrt/fx_extension.h')
-rw-r--r-- | core/fxcrt/fx_extension.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/fxcrt/fx_extension.h b/core/fxcrt/fx_extension.h index fbb86fea45..bd20b3969e 100644 --- a/core/fxcrt/fx_extension.h +++ b/core/fxcrt/fx_extension.h @@ -86,9 +86,6 @@ void FXSYS_IntToFourHexChars(uint16_t c, char* buf); size_t FXSYS_ToUTF16BE(uint32_t unicode, char* buf); -float FXSYS_FractionalScale(size_t scale_factor, int value); -int FXSYS_FractionalScaleCount(); - void* FX_Random_MT_Start(uint32_t dwSeed); void FX_Random_MT_Close(void* pContext); uint32_t FX_Random_MT_Generate(void* pContext); |