summaryrefslogtreecommitdiffstats
path: root/src/tools/tqptrstack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/tqptrstack.h')
-rw-r--r--src/tools/tqptrstack.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/tqptrstack.h b/src/tools/tqptrstack.h
index 229f03ef9..d3a0f3862 100644
--- a/src/tools/tqptrstack.h
+++ b/src/tools/tqptrstack.h
@@ -76,11 +76,9 @@ private:
void deleteItem( Item d );
};
-#if !defined(Q_BROKEN_TEMPLATE_SPECIALIZATION)
template<> inline void TQPtrStack<void>::deleteItem( TQPtrCollection::Item )
{
}
-#endif
template<class type> inline void TQPtrStack<type>::deleteItem( TQPtrCollection::Item d )
{