Selaa lähdekoodia

Remove dead overlay code

Remnants from an earlier version of the code.
tags/v1.9.90
Pierre Ossman 5 vuotta sitten
vanhempi
commit
360d107d2a
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  1. 0
    5
      vncviewer/DesktopWindow.cxx

+ 0
- 5
vncviewer/DesktopWindow.cxx Näytä tiedosto

@@ -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);

Loading…
Peruuta
Tallenna