summaryrefslogtreecommitdiff
path: root/graphics/hugin/files/patch-src_hugin1_hugin_TextureManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/hugin/files/patch-src_hugin1_hugin_TextureManager.cpp')
-rw-r--r--graphics/hugin/files/patch-src_hugin1_hugin_TextureManager.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/hugin/files/patch-src_hugin1_hugin_TextureManager.cpp b/graphics/hugin/files/patch-src_hugin1_hugin_TextureManager.cpp
deleted file mode 100644
index 9eff70e85204..000000000000
--- a/graphics/hugin/files/patch-src_hugin1_hugin_TextureManager.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/hugin1/hugin/TextureManager.cpp.orig 2009-08-21 14:24:25.000000000 +0300
-+++ src/hugin1/hugin/TextureManager.cpp 2009-08-21 14:24:30.000000000 +0300
-@@ -52,6 +52,8 @@
- #include <GL/glu.h>
- #endif
-
-+#define log2(x) (log(x) / log(2))
-+
- TextureManager::TextureManager(PT::Panorama *pano, ViewState *view_state_in)
- {
- m_pano = pano;