diff options
author | deva <deva> | 2011-01-28 08:50:27 +0000 |
---|---|---|
committer | deva <deva> | 2011-01-28 08:50:27 +0000 |
commit | 7917d099f34acda6c4c90bca28710a7bd67800e9 (patch) | |
tree | ea9427001b1bf6cd99b04e064a7948d8550e12d8 /client/client.pro | |
parent | 34366d806d70184876ad7d195f21c7d4c257c778 (diff) |
New cross client session system.
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 fe54880..509ad9d 100644 --- a/client/client.pro +++ b/client/client.pro @@ -46,7 +46,6 @@ HEADERS += \ messagebox.h \ netcom.h \ resumewidget.h \ - sessions.h \ viewer.h \ widgets.h \ widgets/common.h \ @@ -83,7 +82,6 @@ SOURCES += \ messagebox.cc \ netcom.cc \ resumewidget.cc \ - sessions.cc \ viewer.cc \ widgets/common.cc \ widgets/widget.cc \ |