diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-05-18 10:14:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-05-18 10:14:30 +0100 |
commit | 2fec2ab3adc7686df3548afd86939d28d032dfcf (patch) | |
tree | 418e0b46dffc7bff149ae295ce694a43c7ef0d98 /framework/inc | |
parent | 1807db242a09f11235c76499df14210b0880fa26 (diff) |
SVT_RESSTR can go now
Change-Id: I641fbea510d56cabb440f894aae938430ce30ce0
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/classes/fwkresid.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/inc/classes/fwkresid.hxx b/framework/inc/classes/fwkresid.hxx index fb13d23f362d..ba54eca5f081 100644 --- a/framework/inc/classes/fwkresid.hxx +++ b/framework/inc/classes/fwkresid.hxx @@ -34,8 +34,6 @@ class FWE_DLLPUBLIC FwkResId : public ResId static ResMgr* GetResManager(); }; -#define FWK_RESSTR(x) FwkResId(x).toString() - } #endif // __FRAMEWORK_CLASSES_FWKRESID |