diff options
Diffstat (limited to 'src/kernel/qwindowdefs.h')
-rw-r--r-- | src/kernel/qwindowdefs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/kernel/qwindowdefs.h b/src/kernel/qwindowdefs.h index 05a3a33..1021696 100644 --- a/src/kernel/qwindowdefs.h +++ b/src/kernel/qwindowdefs.h @@ -188,10 +188,4 @@ typedef void (*QtCleanUpFunction)(); Q_EXPORT void qAddPostRoutine( QtCleanUpFunction ); Q_EXPORT void qRemovePostRoutine( QtCleanUpFunction ); -#if !defined(QT_CLEAN_NAMESPACE) -// source compatibility with Qt 2.x -typedef QtCleanUpFunction Q_CleanUpFunction; -#endif - - #endif // QWINDOWDEFS_H |