diff options
Diffstat (limited to 'devel/kyra/files/patch-guiExtended_progress.h')
-rw-r--r-- | devel/kyra/files/patch-guiExtended_progress.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/kyra/files/patch-guiExtended_progress.h b/devel/kyra/files/patch-guiExtended_progress.h deleted file mode 100644 index e4c6ca345f13..000000000000 --- a/devel/kyra/files/patch-guiExtended_progress.h +++ /dev/null @@ -1,20 +0,0 @@ ---- guiExtended/progress.h.orig 2004-11-21 19:28:32 UTC -+++ guiExtended/progress.h -@@ -43,7 +43,7 @@ class KrProgress : public KrWidget (public) - /** if width of the resource is greater then its height then makes - a horizontal, else makes a vertical progress bar - */ -- KrProgress::KrProgress (int width, -+ KrProgress (int width, - int height, - KrRGBA FillColor, - KrRGBA ChangeColor, -@@ -53,7 +53,7 @@ class KrProgress : public KrWidget (public) - /** if width of the resource is greater then its height then makes - a horizontal, else makes a vertical progress bar - */ -- KrProgress::KrProgress (int width, -+ KrProgress (int width, - int height, - const KrScheme& scheme); - |