Index: /trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp	(revision 74814)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp	(revision 74815)
@@ -261,6 +261,6 @@
     /* Prepare HiDPI pixmaps: */
     const QStringList aPixmapNames = QStringList() << (strPrefix + "_x2." + strSuffix)
-                                                   << (strPrefix + "_x3." + strSuffix)
-                                                   << (strPrefix + "_x4." + strSuffix);
+                                                   /*<< (strPrefix + "_x3." + strSuffix)
+                                                   << (strPrefix + "_x4." + strSuffix)*/;
     foreach (const QString &strPixmapName, aPixmapNames)
     {
