[vlc-commits] [Git][videolan/vlc][master] qml: remove unused file

Hugo Beauzée-Luyssen (@chouquette) gitlab at videolan.org
Thu Jan 6 11:02:28 UTC 2022



Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC


Commits:
46aad77b by Fatih Uzunoglu at 2022-01-06T10:28:27+00:00
qml: remove unused file

- - - - -


3 changed files:

- modules/gui/qt/Makefile.am
- − modules/gui/qt/maininterface/qml/MiniPlayerBottomMargin.qml
- modules/gui/qt/vlc.qrc


Changes:

=====================================
modules/gui/qt/Makefile.am
=====================================
@@ -732,7 +732,6 @@ libqt_plugin_la_QML = \
 	gui/qt/maininterface/qml/MainDisplay.qml \
 	gui/qt/maininterface/qml/MainGridView.qml \
 	gui/qt/maininterface/qml/MainTableView.qml \
-	gui/qt/maininterface/qml/MiniPlayerBottomMargin.qml \
 	gui/qt/maininterface/qml/NoMedialibHome.qml \
 	gui/qt/medialibrary/qml/ArtistTopBanner.qml \
 	gui/qt/medialibrary/qml/AudioGridItem.qml \


=====================================
modules/gui/qt/maininterface/qml/MiniPlayerBottomMargin.qml deleted
=====================================
@@ -1,22 +0,0 @@
-/*****************************************************************************
- * Copyright (C) 2020 VLC authors and VideoLAN
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * ( at your option ) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
- *****************************************************************************/
-import QtQuick 2.11
-
-Item {
-    height: miniPlayer.height
-}


=====================================
modules/gui/qt/vlc.qrc
=====================================
@@ -193,7 +193,6 @@
         <file alias="NoMedialibHome.qml">maininterface/qml/NoMedialibHome.qml</file>
         <file alias="MainTableView.qml">maininterface/qml/MainTableView.qml</file>
         <file alias="MainGridView.qml">maininterface/qml/MainGridView.qml</file>
-        <file alias="MiniPlayerBottomMargin.qml">maininterface/qml/MiniPlayerBottomMargin.qml</file>
     </qresource>
     <qresource prefix="/widgets">
         <file alias="ActionButtonOverlay.qml">widgets/qml/ActionButtonOverlay.qml</file>



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/46aad77b8bf5329c6a5c7de0776aa4cbf511a345

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/46aad77b8bf5329c6a5c7de0776aa4cbf511a345
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list