Explorar el Código

Remove dead overlay code

Remnants from an earlier version of the code.
tags/v1.9.90
Pierre Ossman hace 5 años
padre
commit
360d107d2a
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0
    5
      vncviewer/DesktopWindow.cxx

+ 0
- 5
vncviewer/DesktopWindow.cxx Ver fichero

@@ -601,11 +601,6 @@ void DesktopWindow::setOverlay(const char* text, ...)

delete imageText;

x = (this->w() - image->w()) / 2;
y = 50;
w = image->w();
h = image->h();

overlay = new Surface(image);
overlayAlpha = 0;
gettimeofday(&overlayStart, NULL);

Cargando…
Cancelar
Guardar