remove duplicate method

followup 391712d2d42a761acb4bacce81cbe9ed8da52f6b
This commit is contained in:
Denis Rouzaud 2017-07-24 07:30:48 +02:00
parent 391712d2d4
commit 2723f4f199
2 changed files with 0 additions and 9 deletions

View File

@ -102,12 +102,6 @@ returns the duration in second of the message
:rtype: int
%End
QgsMessageBar::MessageLevel level();
%Docstring
returns the level
:rtype: QgsMessageBar.MessageLevel
%End
QString getStyleSheet();
%Docstring
returns the styleSheet

View File

@ -86,9 +86,6 @@ class GUI_EXPORT QgsMessageBarItem : public QWidget
//! returns the duration in second of the message
int duration() const { return mDuration; }
//! returns the level
QgsMessageBar::MessageLevel level() { return mLevel; }
//! returns the styleSheet
QString getStyleSheet() { return mStyleSheet; }