瀏覽代碼

Remove dead overlay code

Remnants from an earlier version of the code.
tags/v1.9.90
Pierre Ossman 5 年之前
父節點
當前提交
360d107d2a
共有 1 個檔案被更改,包括 0 行新增5 行删除
  1. 0
    5
      vncviewer/DesktopWindow.cxx

+ 0
- 5
vncviewer/DesktopWindow.cxx 查看文件

@@ -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…
取消
儲存