Remove some unused forward declarations.

Change-Id: I7816635ec37f3a70d23f0ab5aaf6c53481dbdbf9
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
This commit is contained in:
Jan Arve Saether 2014-03-25 13:41:53 +01:00 committed by The Qt Project
parent 27ae6ce93b
commit cfaf3221d3
2 changed files with 0 additions and 9 deletions

View File

@ -51,8 +51,6 @@
QT_BEGIN_NAMESPACE
QString qt_accStripAmp(const QString &text);
#ifndef QT_NO_ITEMVIEWS
/*
Implementation of the IAccessible2 table2 interface. Much simpler than

View File

@ -57,13 +57,6 @@
QT_BEGIN_NAMESPACE
#ifndef QT_NO_ACCESSIBILITY
QString qt_accStripAmp(const QString &text);
#ifndef QT_NO_SCROLLBAR
extern QStyleOptionSlider Q_GUI_EXPORT qt_qscrollbarStyleOption(QScrollBar *scrollBar);
#endif
#ifndef QT_NO_SLIDER
extern QStyleOptionSlider Q_GUI_EXPORT qt_qsliderStyleOption(QSlider *slider);
#endif
#ifndef QT_NO_SPINBOX
QAccessibleAbstractSpinBox::QAccessibleAbstractSpinBox(QWidget *w)