summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/subtitlecomposer/files/replace-exceptions.patch')
-rw-r--r--media-video/subtitlecomposer/files/replace-exceptions.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/media-video/subtitlecomposer/files/replace-exceptions.patch b/media-video/subtitlecomposer/files/replace-exceptions.patch
deleted file mode 100644
index fd24b181..00000000
--- a/media-video/subtitlecomposer/files/replace-exceptions.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- subtitlecomposer-0.4.3/src/core/action.h 2008-09-04 08:51:34.000000000 +0200
-+++ subtitlecomposer-0.4.3-b/src/core/action.h 2010-09-08 13:17:01.763018647 +0200
-@@ -80,14 +80,7 @@
- template <class T>
- T* tryCastTo( Action* action )
- {
-- try
-- {
-- return dynamic_cast<T*>( action );
-- }
-- catch( const std::bad_cast& )
-- {
-- return 0;
-- }
-+ return dynamic_cast<T*>( action );
- }
-
- /// when this method is called both the callee and the action parameter have been executed