Skip to content

Commit 4aacc6e

Browse files
committed
Remove unused theme exports
1 parent 5d78a5a commit 4aacc6e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

SystemInformer/SystemInformer.def

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,6 @@ EXPORTS
606606
PhSetDialogItemText
607607
PhSetGroupBoxText
608608
PhSetWindowText
609-
PhApplicationFont
610-
PhTreeWindowFont
611609
PhRegisterWindowCallback
612610
PhUnregisterWindowCallback
613611
PhInitializeWindowTheme

phlib/include/guisup.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,10 +1850,10 @@ typedef struct _DEV_BROADCAST_HDR
18501850

18511851
// theme support (theme.c)
18521852

1853-
PHLIBAPI extern HFONT PhApplicationFont; // phapppub
1854-
PHLIBAPI extern HFONT PhTreeWindowFont; // phapppub
1855-
PHLIBAPI extern HFONT PhMonospaceFont; // phapppub
1856-
PHLIBAPI extern HBRUSH PhThemeWindowBackgroundBrush;
1853+
extern HFONT PhApplicationFont;
1854+
extern HFONT PhTreeWindowFont;
1855+
extern HFONT PhMonospaceFont;
1856+
extern HBRUSH PhThemeWindowBackgroundBrush;
18571857
extern BOOLEAN PhEnableThemeSupport;
18581858
extern BOOLEAN PhEnableThemeAcrylicSupport;
18591859
extern BOOLEAN PhEnableThemeListviewBorder;

0 commit comments

Comments
 (0)