diff options
author | deva <deva> | 2011-07-01 11:41:56 +0000 |
---|---|---|
committer | deva <deva> | 2011-07-01 11:41:56 +0000 |
commit | 289d8f9331aa6c5ee75c74791a022594df67a55f (patch) | |
tree | 134ea799d758c2ad4396aa898b7cba13609779be | |
parent | 1c8966f7e2a4b1a01bb663271ae3339cc3e24d9e (diff) |
Removed the viewer. It is no longer needed.
-rw-r--r-- | client/pracro.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/pracro.cc b/client/pracro.cc index 0f37f1d..d281347 100644 --- a/client/pracro.cc +++ b/client/pracro.cc @@ -53,6 +53,7 @@ QString config = CONFIG_DEFAULT; QString host; quint16 port; +QWidget *viewer = NULL; QFont *fixedfont = NULL; #ifndef TESTING |