Skip to content
  • Alan Coopersmith's avatar
    Remove unused macros · 94ac89d5
    Alan Coopersmith authored
    
    
    Reported by clang:
    xcompmgr.c:159:9: warning: macro is not used [-Wunused-macros]
     #define TRANS_OPACITY   0.75
             ^
    xcompmgr.c:166:9: warning: macro is not used [-Wunused-macros]
     #define SHADOWS         1
             ^
    xcompmgr.c:167:9: warning: macro is not used [-Wunused-macros]
     #define SHARP_SHADOW    0
             ^
    
    Signed-off-by: default avatarAlan Coopersmith <alan.coopersmith@oracle.com>
    94ac89d5