diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-09-04 16:28:07 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-09-04 16:37:24 +0200 |
commit | 2349713c72be2ce4069fa5be3062a18fd9318587 (patch) | |
tree | 6f1e48d9a1375773370124a316dd99f5e4f67cb0 /vcl/source/control | |
parent | 41d229b23c462cbee52bd5af01180009c8670746 (diff) |
remove macro breaking 'make vcl debug=T'
Change-Id: I694480dc876f5990f5904cf39b15ea0c60ea816d
Diffstat (limited to 'vcl/source/control')
-rw-r--r-- | vcl/source/control/throbber.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/control/throbber.cxx b/vcl/source/control/throbber.cxx index 457bb2ef0470..bc4063f6475e 100644 --- a/vcl/source/control/throbber.cxx +++ b/vcl/source/control/throbber.cxx @@ -174,7 +174,6 @@ void Throbber::initImages() } catch( const Exception& ) { - DBG_UNHANDLED_EXCEPTION(); } } |