summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorPalo Kisa2018-02-27 14:12:33 +0100
committerAlf Gaida2018-02-28 10:50:36 +0100
commit8717f3b1c3bcb974cd943c3f021fd36f7b36a5bd (patch)
tree7755aaed07e2279121c37b228ebe53c6a35e4f51 /src/CMakeLists.txt
parentMerge pull request #41 from notname000/master (diff)
downloadpavucontrol-slx-8717f3b1c3bcb974cd943c3f021fd36f7b36a5bd.tar.gz
pavucontrol-slx-8717f3b1c3bcb974cd943c3f021fd36f7b36a5bd.tar.xz
pavucontrol-slx-8717f3b1c3bcb974cd943c3f021fd36f7b36a5bd.zip
pavucontrol: Remove unique application constraint
There is no need to limit number of running instances. User(s) may want to use multiple instances to control multiple servers (or even the same one). The "unique constraint" was introduced by dbafc202cfdaf40f50716be64418541149439740 w/o previous discussion/agreement on this topic.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index bc1c6b7..99b3205 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -35,7 +35,6 @@ set(pavucontrol-qt_SRCS
sourceoutputwidget.cc
sourcewidget.cc
streamwidget.cc
- uniqueapplication.cc
)
set(pavucontrol-qt_UI