]> git.pld-linux.org Git - packages/inkscape.git/commitdiff
- drop obsolete files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 17:20:48 +0000 (17:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    inkscape-c++.patch -> 1.2

inkscape-c++.patch [deleted file]

diff --git a/inkscape-c++.patch b/inkscape-c++.patch
deleted file mode 100644 (file)
index a1a897b..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
---- inkscape-0.43/src/libavoid/connector.h~    2005-10-25 08:04:17.000000000 +0200
-+++ inkscape-0.43/src/libavoid/connector.h     2005-12-11 07:05:45.000000000 +0100
-@@ -59,7 +59,7 @@
-         bool isInitialised(void);
-         void unInitialise(void);
-         void setCallback(void (*cb)(void *), void *ptr);
--        void ConnRef::handleInvalid(void);
-+        void handleInvalid(void);
-         int generatePath(Point p0, Point p1);
-         void makePathInvalid(void);
-         
---- inkscape-0.43/src/ui/dialog/aboutbox.h~    2005-09-05 22:18:41.000000000 +0200
-+++ inkscape-0.43/src/ui/dialog/aboutbox.h     2005-12-11 07:45:47.000000000 +0100
-@@ -28,7 +28,7 @@
- class AboutBoxChild: public Gtk::Dialog
- {
- public:
--    AboutBoxChild::AboutBoxChild(Gtk::Window& parent, gchar * title)
-+    AboutBoxChild(Gtk::Window& parent, gchar * title)
-         : Gtk::Dialog(title,parent) {};
- protected:
-     virtual void         on_response(int response_id);
---- inkscape-0.43/src/livarot/Path.h~  2005-11-07 07:04:16.000000000 +0100
-+++ inkscape-0.43/src/livarot/Path.h   2005-12-11 08:02:28.000000000 +0100
-@@ -198,7 +198,7 @@
-   cut_position*    CurvilignToPosition(int nbCv,double* cvAbs,int &nbCut);
-   cut_position    PointToCurvilignPosition(NR::Point const &pos) const;
-   //Should this take a cut_position as a param?
--  double           Path::PositionToLength(int piece, double t);
-+  double           PositionToLength(int piece, double t);
-   
-   // caution: not tested on quadratic b-splines, most certainly buggy
-   void             ConvertPositionsToMoveTo(int nbPos,cut_position* poss);
---- inkscape-0.43/src/dialogs/tiledialog.h~    2005-05-25 16:07:31.000000000 +0200
-+++ inkscape-0.43/src/dialogs/tiledialog.h     2005-12-11 08:17:25.000000000 +0100
-@@ -58,7 +58,7 @@
-     /**
-      * Respond to selection change
-      */
--    void TileDialog::updateSelection();
-+    void updateSelection();
-     /**
---- inkscape-0.43/src/extension/internal/ps.h~ 2005-09-20 07:51:13.000000000 +0200
-+++ inkscape-0.43/src/extension/internal/ps.h  2005-12-11 08:47:35.000000000 +0100
-@@ -36,10 +36,10 @@
-       void print_bpath (SVGOStringStream &os, const NArtBpath *bp);
--      void PrintPS::print_fill_style (SVGOStringStream &os, const SPStyle *style, const NRRect *pbox);
--      void PrintPS::print_stroke_style (SVGOStringStream &os, const SPStyle *style);
-+      void print_fill_style (SVGOStringStream &os, const SPStyle *style, const NRRect *pbox);
-+      void print_stroke_style (SVGOStringStream &os, const SPStyle *style);
--      const char* PrintPS::PSFontName (const SPStyle *style);
-+      const char* PSFontName (const SPStyle *style);
-       unsigned int print_image (FILE *ofp, guchar *px, unsigned int width, unsigned int height, unsigned int rs,
-                                      const NRMatrix *transform);
---- inkscape-0.43/src/ui/dialog/align-and-distribute.cpp~      2005-09-20 07:51:16.000000000 +0200
-+++ inkscape-0.43/src/ui/dialog/align-and-distribute.cpp       2005-12-11 13:02:41.000000000 +0100
-@@ -954,7 +954,6 @@
-         break;
-     } // end of switch statement
--    return NULL;
- }
- AlignAndDistribute::AlignTarget AlignAndDistribute::getAlignTarget()const {
This page took 0.288717 seconds and 4 git commands to generate.