aboutsummaryrefslogtreecommitdiff
path: root/audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h')
-rw-r--r--audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h b/audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h
deleted file mode 100644
index 8583ee5f478a..000000000000
--- a/audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/libtomahawk/utils/Closure.h.orig 2014-11-20 00:17:56 UTC
-+++ src/libtomahawk/utils/Closure.h
-@@ -40,6 +40,10 @@ using std::tr1::function;
- #include <boost/noncopyable.hpp>
- #include <boost/scoped_ptr.hpp>
-
-+#ifdef _LIBCPP_VERSION
-+namespace std { namespace tr1 = std; }
-+#endif
-+
- namespace _detail {
-
- class DLLEXPORT ClosureArgumentWrapper {