1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

- Remove unnecessary patch

Submitted by:	maintainer via mail
This commit is contained in:
Martin Wilke 2007-09-23 15:49:23 +00:00
parent b371ac8de2
commit 88e16bb862
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199991

View File

@ -1,22 +0,0 @@
--- src/rip_audio.c.orig 2007-08-08 19:26:25.000000000 +0200
+++ src/rip_audio.c 2007-08-08 19:26:54.000000000 +0200
@@ -41,7 +41,7 @@
char *cdda2wav_path = NULL, *cdda_device_path;
char *def_rip_path = NULL;
char *cdparanoia_path = NULL, *cdpara_device_path;
-static GtkWidget *rip_path_entry;
+GtkWidget *rip_path_entry;
static GtkWidget *rip_win = NULL, *p_win;
static GtkWidget *autoscroll_cdda2wav_text, *cdda2wav_text, *cdda2wav_text_scrollbar;
--- src/optimize_usage.c.orig 2007-08-08 19:26:00.000000000 +0200
+++ src/optimize_usage.c 2007-08-08 19:26:11.000000000 +0200
@@ -31,7 +31,7 @@
#include "locks.h"
#include "globals.h"
-static GtkWidget *opt_try_harder;
+GtkWidget *opt_try_harder;
static GtkWidget *cdsize_option_menu, *cdsize_selected_label, *cdsector_selected_label;
static GtkWidget *used_size_label, *used_sectors_label, *wasted_size_label, *wasted_sectors_label;