summaryrefslogtreecommitdiff
path: root/src/plugins/gstreamer/qgstreamerserviceplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/gstreamer/qgstreamerserviceplugin.cpp')
-rw-r--r--src/plugins/gstreamer/qgstreamerserviceplugin.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/gstreamer/qgstreamerserviceplugin.cpp b/src/plugins/gstreamer/qgstreamerserviceplugin.cpp
index 4d52ca4ee..4cba22fec 100644
--- a/src/plugins/gstreamer/qgstreamerserviceplugin.cpp
+++ b/src/plugins/gstreamer/qgstreamerserviceplugin.cpp
@@ -178,12 +178,6 @@ void QGstreamerServicePlugin::updateDevices() const
m_cameraDevices.clear();
m_cameraDescriptions.clear();
-#ifdef Q_WS_MAEMO_5
- m_cameraDevices << "/dev/video0" << "/dev/video1";
- m_cameraDescriptions << tr("Main Camera") << tr("Front Camera");
- return;
-#endif
-
#ifdef Q_WS_MAEMO_6
m_cameraDevices << "primary" << "secondary";
m_cameraDescriptions << tr("Main camera") << tr("Front camera");