diff options
Diffstat (limited to 'graphics/tulip/files/patch-plugins-glyph_cylinder.cpp')
-rw-r--r-- | graphics/tulip/files/patch-plugins-glyph_cylinder.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/tulip/files/patch-plugins-glyph_cylinder.cpp b/graphics/tulip/files/patch-plugins-glyph_cylinder.cpp deleted file mode 100644 index 94c16c1237bc..000000000000 --- a/graphics/tulip/files/patch-plugins-glyph_cylinder.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/glyph/cylinder.cpp.orig 2007-12-18 22:29:43.000000000 +0100 -+++ plugins/glyph/cylinder.cpp 2007-12-18 22:29:50.000000000 +0100 -@@ -17,7 +17,7 @@ - virtual ~Cylinder(); - virtual string getName() {return string("Cylinder");} - virtual void draw(node n); -- virtual Coord Cylinder::getAnchor(const Coord &vector) const; -+ virtual Coord getAnchor(const Coord &vector) const; - virtual void setLOD(int n); - - private: |