removed a few unused variables

--Sven
This commit is contained in:
Sven Neumann 2001-05-06 22:25:33 +00:00
parent 163b18cda3
commit 1a4e7860b8
3 changed files with 6 additions and 27 deletions

View File

@ -38,9 +38,6 @@
#include "libgimp/gimpintl.h"
#define TEXT_WIDTH 35
typedef struct _ResizePrivate ResizePrivate;
struct _ResizePrivate
@ -64,12 +61,8 @@ struct _ResizePrivate
GtkWidget *resolution_se;
GtkWidget *equal_res;
gdouble ratio;
gint old_width, old_height;
gdouble old_res_x, old_res_y;
gint area_width, area_height;
gint start_x, start_y;
gint orig_x, orig_y;
gint old_width, old_height;
gdouble old_res_x, old_res_y;
};
static void unit_update (GtkWidget *widget,

View File

@ -38,9 +38,6 @@
#include "libgimp/gimpintl.h"
#define TEXT_WIDTH 35
typedef struct _ResizePrivate ResizePrivate;
struct _ResizePrivate
@ -64,12 +61,8 @@ struct _ResizePrivate
GtkWidget *resolution_se;
GtkWidget *equal_res;
gdouble ratio;
gint old_width, old_height;
gdouble old_res_x, old_res_y;
gint area_width, area_height;
gint start_x, start_y;
gint orig_x, orig_y;
gint old_width, old_height;
gdouble old_res_x, old_res_y;
};
static void unit_update (GtkWidget *widget,

View File

@ -38,9 +38,6 @@
#include "libgimp/gimpintl.h"
#define TEXT_WIDTH 35
typedef struct _ResizePrivate ResizePrivate;
struct _ResizePrivate
@ -64,12 +61,8 @@ struct _ResizePrivate
GtkWidget *resolution_se;
GtkWidget *equal_res;
gdouble ratio;
gint old_width, old_height;
gdouble old_res_x, old_res_y;
gint area_width, area_height;
gint start_x, start_y;
gint orig_x, orig_y;
gint old_width, old_height;
gdouble old_res_x, old_res_y;
};
static void unit_update (GtkWidget *widget,