diff options
author | deva <deva> | 2008-10-08 11:58:34 +0000 |
---|---|---|
committer | deva <deva> | 2008-10-08 11:58:34 +0000 |
commit | 9b697d2d3e34962385cd85a14d4cb14d5b1763ce (patch) | |
tree | 0bd158b1e747850e293f0dac714b7afaeaf0b895 /client/client.pro | |
parent | 8bbcc59fd1488833a4d8dd346b6e8fec2a0021a8 (diff) |
Removed obsolete macro.{cc,h}. Made the passing of the Netcom class, use a pointer.
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 28b0709..9cc726b 100644 --- a/client/client.pro +++ b/client/client.pro @@ -26,7 +26,6 @@ HEADERS += \ collapser.h \ formatparser.h \ lua.h \ - macro.h \ macrowindow.h \ mainwindow.h \ netcom.h \ @@ -55,7 +54,6 @@ SOURCES += \ collapser.cc \ formatparser.cc \ lua.cc \ - macro.cc \ macrowindow.cc \ mainwindow.cc \ netcom.cc \ |