Browse Source

Removed unnecessary methods ViewerToolBar::enable() and ViewerToolBar::disable().


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@371 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v0.0.90
george82 18 years ago
parent
commit
3b0a15133c
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      vncviewer/ViewerToolBar.h

+ 0
- 3
vncviewer/ViewerToolBar.h View File

@@ -31,8 +31,5 @@ public:

void create(HWND parentHwnd);

void enable();
void disable();

LRESULT processWM_COMMAND(WPARAM wParam, LPARAM lParam);
};

Loading…
Cancel
Save