Remove unneeded blank lines.
parent
57c160c25c
commit
8bad0486cd
|
@ -130,7 +130,6 @@ private:
|
|||
class UndefinedClass;
|
||||
typedef void (UndefinedClass::*UndefinedMemberFunction)(ContextType);
|
||||
|
||||
|
||||
void* _object;
|
||||
union {
|
||||
char _memberFunction[sizeof(UndefinedMemberFunction)];
|
||||
|
@ -138,8 +137,6 @@ private:
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
union {
|
||||
void (*_function)(ContextType context); /**< static function pointer - NULL if none attached */
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue