Browse Source

Remove dead overlay code

Remnants from an earlier version of the code.
tags/v1.9.90
Pierre Ossman 5 years ago
parent
commit
360d107d2a
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      vncviewer/DesktopWindow.cxx

+ 0
- 5
vncviewer/DesktopWindow.cxx View File



delete imageText; delete imageText;


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

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

Loading…
Cancel
Save