Remove unused variables.

SVN revision: 16151
This commit is contained in:
sebastid 2005-08-14 16:57:56 +00:00 committed by sebastid
parent a27a5d29df
commit 157647f63d
4 changed files with 2 additions and 9 deletions

View File

@ -93,10 +93,6 @@ _dn_new(void)
{
DesktopName *dn;
Evas_List *managers, *l, *l2;
E_Manager *man;
E_Container *con;
dn = E_NEW(DesktopName, 1);
if (!dn) return NULL;

View File

@ -1735,7 +1735,7 @@ static void
_ds_gauss_blur_v(unsigned char *pix, unsigned char *pix_dst, int pix_w, int pix_h, unsigned char *lut, int blur, int q, int rx, int ry, int rxx, int ryy)
{
int x, y;
int i, sum, weight, l, l1, l2, wt, y1, y2, tpix;
int i, sum, weight, l, l1, l2, wt, y1, y2;
unsigned char *p1, *p2, *pp;
int full, usefull;
@ -2085,7 +2085,7 @@ _ds_shpix_object_set(Shpix *sp, Evas_Object *o, int x, int y, int w, int h)
{
unsigned char *p;
unsigned int *pix2, *p2;
int xx, yy, jump, pix;
int xx, yy, jump;
if (!sp) return;
if (!o) return;

View File

@ -484,7 +484,6 @@ static IBox_Icon *
_ibox_icon_new(IBox_Box *ibb, E_Border *bd)
{
IBox_Icon *ic;
char *str;
Evas_Object *o;
Evas_Coord w, h;

View File

@ -597,7 +597,6 @@ _pager_window_new(Pager_Desk *pd, E_Border *border)
{
Pager_Win *pw;
Evas_Object *o;
E_App *app;
int visible;
if ((!border) || (border->client.netwm.state.skip_pager)) return NULL;
@ -1127,7 +1126,6 @@ _pager_face_cb_event_border_icon_change(void *data, int type, void *event)
pw = _pager_desk_border_find(pd, ev->border);
if (pw)
{
E_App *app;
Evas_Object *o;
if (pw->icon_object)