Commit 2795385d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Cosmetic alignment.

parent d0389324
...@@ -81,13 +81,13 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf ) ...@@ -81,13 +81,13 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
{ {
/* Variables initialisation */ /* Variables initialisation */
// need_components_update = false; // need_components_update = false;
bgWidget = NULL; bgWidget = NULL;
videoWidget = NULL; videoWidget = NULL;
playlistWidget = NULL; playlistWidget = NULL;
sysTray = NULL; sysTray = NULL;
videoIsActive = false; videoIsActive = false;
playlistVisible = false; playlistVisible = false;
input_name = ""; input_name = "";
/* Ask for privacy */ /* Ask for privacy */
askForPrivacy(); askForPrivacy();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment