Remove unneeded blank lines.

master
Vincent Coubard 2015-10-23 19:03:33 +01:00
parent 57c160c25c
commit 8bad0486cd
1 changed files with 0 additions and 3 deletions

View File

@ -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 */
/**