Index: /trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py
===================================================================
--- /trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py	(revision 53414)
+++ /trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py	(revision 53415)
@@ -2221,9 +2221,9 @@
         try:
             if self.fpApiVer >= 4.4:
-                iWidth, iHeight, _, _, _, _, _ = self.o.console.display.getScreenResolution(iScreenId)
+                iWidth, iHeight, _, _, _, _ = self.o.console.display.getScreenResolution(iScreenId)
                 aPngData = self.o.console.display.takeScreenShotToArray(iScreenId, iWidth, iHeight,
                                                                         vboxcon.BitmapFormat_PNG)
             else:
-                iWidth, iHeight, _, _, _, _ = self.o.console.display.getScreenResolution(iScreenId)
+                iWidth, iHeight, _, _, _ = self.o.console.display.getScreenResolution(iScreenId)
                 aPngData = self.o.console.display.takeScreenShotPNGToArray(iScreenId, iWidth, iHeight)
         except:
