diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2009-09-21 06:01:21 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2009-09-21 06:01:21 +0200 |
commit | 70910b77ed191d1c39526c70fd0ecd91bad5b4b1 (patch) | |
tree | a0fd5c40be5164f27732606f64cf969025bd7792 /src/window.h | |
parent | 14a774b8a3a4dbcccfd753842af858772d63131d (diff) |
make ncmpcpp compile with -fno-exceptions
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/window.h b/src/window.h index 81edafa4..90c20c00 100644 --- a/src/window.h +++ b/src/window.h @@ -463,12 +463,6 @@ namespace NCurses static size_t Length(const std::wstring &ws); protected: - - /// Exception class that is thrown if constructed - /// window has size bigger than actual screen size. - /// - class BadSize { }; - /// Sets colors of window (interal use only) /// @param fg foregound color /// @param bg background color |