diff options
Diffstat (limited to 'wx+/image_tools.h')
-rw-r--r-- | wx+/image_tools.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/wx+/image_tools.h b/wx+/image_tools.h index c2fed4c1..bfd107d0 100644 --- a/wx+/image_tools.h +++ b/wx+/image_tools.h @@ -61,13 +61,6 @@ wxImage resizeCanvas(const wxImage& img, wxSize newSize, int alignment); -inline -int getDefaultMenuIconSize() -{ - return fastFromDIP(20); -} - - |