diff options
author | deva <deva> | 2011-07-01 11:41:35 +0000 |
---|---|---|
committer | deva <deva> | 2011-07-01 11:41:35 +0000 |
commit | 1c8966f7e2a4b1a01bb663271ae3339cc3e24d9e (patch) | |
tree | c9f392d3bf5527b9f88807c2c38bc930125d81b7 /client/client.pro | |
parent | 5eb7e97b9d529c93ebbddcc52c4a8f96e95928ba (diff) |
Removed the viewer. It is no longer needed.
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/client.pro b/client/client.pro index 1481204..852a212 100644 --- a/client/client.pro +++ b/client/client.pro @@ -62,7 +62,6 @@ HEADERS += \ messagebox.h \ netcom.h \ resumewidget.h \ - viewer.h \ widgets.h \ widgets/common.h \ widgets/widget.h \ @@ -101,7 +100,6 @@ SOURCES += \ messagebox.cc \ netcom.cc \ resumewidget.cc \ - viewer.cc \ widgets/common.cc \ widgets/widget.cc \ widgets/label.cc \ |