Remove stale code.

SVN revision: 29158
This commit is contained in:
Sebastian Dransfeld 2007-03-25 22:20:45 +00:00
parent 53234b3d95
commit a286d71061
3 changed files with 0 additions and 30 deletions

View File

@ -296,16 +296,6 @@ e_container_raise(E_Container *con)
{
E_OBJECT_CHECK(con);
E_OBJECT_TYPE_CHECK(con, E_CONTAINER_TYPE);
#if 0
if (con->win != con->manager->win)
{
ecore_x_window_raise(con->win);
}
else
{
ecore_x_window_lower(con->bg_win);
}
#endif
}
EAPI void
@ -313,14 +303,6 @@ e_container_lower(E_Container *con)
{
E_OBJECT_CHECK(con);
E_OBJECT_TYPE_CHECK(con, E_CONTAINER_TYPE);
#if 0
if (con->win != con->manager->win)
ecore_x_window_lower(con->win);
else
{
ecore_x_window_lower(con->bg_win);
}
#endif
}
EAPI E_Zone *

View File

@ -378,10 +378,6 @@ e_gadcon_populate(E_Gadcon *gc)
if (gcc)
{
#if 0
gcc->name = evas_stringshare_add(cf_gcc->name);
gcc->id = evas_stringshare_add(cf_gcc->id);
#endif
gcc->client_class = cc;
gcc->config.pos = cf_gcc->geom.pos;
gcc->config.size = cf_gcc->geom.size;
@ -451,10 +447,6 @@ e_gadcon_populate_class(E_Gadcon *gc, const E_Gadcon_Client_Class *cc)
cf_gcc->style);
if (gcc)
{
#if 0
gcc->name = evas_stringshare_add(cf_gcc->name);
gcc->id = evas_stringshare_add(cf_gcc->id);
#endif
gcc->client_class = cc;
gcc->config.pos = cf_gcc->geom.pos;
gcc->config.size = cf_gcc->geom.size;

View File

@ -525,10 +525,6 @@ _e_manager_cb_window_show_request(void *data, int ev_type __UNUSED__, void *ev)
man = data;
e = ev;
if (e_stolen_win_get(e->win)) return 1;
#if 0
if (e->parent != man->root)
return 1; /* try other handlers for this */
#endif
if (ecore_x_window_parent_get(e->win) != man->root)
return 1; /* try other handlers for this */