Skip to content

Commit

Permalink
Remove unused vrv_params_cast
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Dec 28, 2023
1 parent bf6a3cf commit ca05528
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/vrv/vrvdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,8 @@ namespace vrv {
#ifdef VRV_DYNAMIC_CAST
// To be used for all cases where type is cheched through Object::m_type
#define vrv_cast dynamic_cast
// To be used for params casts within Functors
#define vrv_params_cast dynamic_cast
#else
#define vrv_cast static_cast
#define vrv_params_cast static_cast
#endif

//----------------------------------------------------------------------------
Expand Down

0 comments on commit ca05528

Please sign in to comment.