Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_actions.c 


Log Message:
That shouldn't go into cvs

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_actions.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- e_actions.c 28 Sep 2005 22:47:07 -0000      1.33
+++ e_actions.c 28 Sep 2005 22:48:24 -0000      1.34
@@ -1143,34 +1143,6 @@
    ecore_main_loop_quit();
 }
 
-/***************************************************************************/
-ACT_FN_GO_SIGNAL(cursor)
-{
-   E_Manager *man = NULL;
-   E_Border  *bd = NULL;
-
-   if (!obj) obj = E_OBJECT(e_border_focused_get());
-   if (!obj) return;
-   if (obj->type != E_BORDER_TYPE) return;
-
-   bd = (E_Border *)obj;
-   if ((!bd->zone) || (!bd->zone->container)) return;
-   man = bd->zone->container->manager;
-   if (!man) return;
-
-   if (params)
-     {
-       if (!strcmp(params, "end"))
-         e_pointer_window_default_set(man->pointer, man->root);
-       else
-         e_pointer_window_set(man->pointer, man->root, params);
-     }
-   else 
-     {
-       e_pointer_window_default_set(man->pointer, man->root);
-     }
-}
-
 /* local subsystem globals */
 static Evas_Hash *actions = NULL;
 static Evas_List *action_names = NULL;
@@ -1257,8 +1229,6 @@
 
    ACT_GO(restart);
    ACT_GO(exit);
-
-   ACT_GO_SIGNAL(cursor);
    
    return 1;
 }




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to