mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
solid: remove unused SOLID_CALL() macro
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5338c9f8e0
commit
b46e8b1170
1 changed files with 0 additions and 9 deletions
|
@ -34,13 +34,4 @@
|
|||
return Default; \
|
||||
}
|
||||
|
||||
|
||||
|
||||
#define SOLID_CALL(Type, Object, Method) \
|
||||
Type t = qobject_cast<Type>(Object); \
|
||||
if (t!=0) \
|
||||
{ \
|
||||
t->Method; \
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue