Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unneeded variable
  • Loading branch information
m-kuhn authored and jef-n committed Mar 27, 2013
1 parent 0d3a387 commit e0c8aea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/app/qgsattributetabledialog.cpp
Expand Up @@ -60,7 +60,6 @@ class QgsAttributeTableDock : public QDockWidget
QgsAttributeTableDialog::QgsAttributeTableDialog( QgsVectorLayer *theLayer, QWidget *parent, Qt::WindowFlags flags )
: QDialog( parent, flags ),
mDock( 0 ),
mWorkaround( false ),
mLayer( theLayer )
{
setupUi( this );
Expand Down
2 changes: 0 additions & 2 deletions src/app/qgsattributetabledialog.h
Expand Up @@ -174,8 +174,6 @@ class QgsAttributeTableDialog : public QDialog, private Ui::QgsAttributeTableDia
QAction* mActionToggleEditing;

QDockWidget* mDock;
QTime mStarted;
bool mWorkaround;

QMenu* mFilterColumnsMenu;
QSignalMapper* mFilterActionMapper;
Expand Down

0 comments on commit e0c8aea

Please sign in to comment.