diff options
| author | Marius Kintel <marius@kintel.net> | 2011-10-30 01:16:04 (GMT) |
|---|---|---|
| committer | Marius Kintel <marius@kintel.net> | 2011-10-30 01:16:04 (GMT) |
| commit | a0c72f0577bc70935badb624b5c060bc0cdc1c35 (patch) | |
| tree | 8f3919570151c827277961aae64c44c1b5d7697b /src | |
| parent | 696c061eeca02f3d6f16728cf6c1bc81ac2f9d73 (diff) | |
Killed unnecessary using statement
Diffstat (limited to 'src')
| -rw-r--r-- | src/mainwin.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 43a973d..cc30be5 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -92,8 +92,6 @@ using namespace boost::lambda; #endif // ENABLE_CGAL -using std::cerr; - // Global application state unsigned int GuiLocker::gui_locked = 0; |
