Skip to content

Commit

Permalink
remove duplicate method
Browse files Browse the repository at this point in the history
followup 391712d
  • Loading branch information
3nids committed Jul 24, 2017
1 parent 391712d commit 2723f4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions python/gui/qgsmessagebaritem.sip
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions src/gui/qgsmessagebaritem.h
Expand Up @@ -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; }

Expand Down

1 comment on commit 2723f4f

@NathanW2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that. Didn't even see it.

Please sign in to comment.