diff options
author | poljar (Damir Jelić) <poljarinho@gmail.com> | 2012-07-26 15:42:10 +0200 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2012-07-27 08:56:02 +0300 |
commit | 8af6520c602afd75418ac5b33f75f40a4706dcb5 (patch) | |
tree | be7d988f5ec3de874dd36f3c748fb0fe13ca5338 /src/sinkwidget.h | |
parent | 1a23cdfe6d6fe8b17f5ecdb006c0f4f3cff39282 (diff) |
sink/sourcewidget: Move the index and card_index to the devicewidget
This is a minor cleanup that moves the index of the sink/source and the
card_index from the sink/source widget to the device widget.
Diffstat (limited to 'src/sinkwidget.h')
-rw-r--r-- | src/sinkwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sinkwidget.h b/src/sinkwidget.h index 4b79879..a2fbab9 100644 --- a/src/sinkwidget.h +++ b/src/sinkwidget.h @@ -41,7 +41,7 @@ public: static SinkWidget* create(MainWindow* mainWindow); SinkType type; - uint32_t index, monitor_index, card_index; + uint32_t monitor_index; bool can_decibel; #if HAVE_EXT_DEVICE_RESTORE_API |