Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ipc.c 


Log Message:
Remove obsolete "hints" command.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ipc.c,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -3 -r1.250 -r1.251
--- ipc.c       22 Dec 2005 18:43:15 -0000      1.250
+++ ipc.c       28 Dec 2005 10:12:39 -0000      1.251
@@ -856,31 +856,6 @@
 }
 
 static void
-IPC_Hints(const char *params, Client * c __UNUSED__)
-{
-   char                param1[FILEPATH_LEN_MAX];
-   char                param2[FILEPATH_LEN_MAX];
-
-   param1[0] = 0;
-   param2[0] = 0;
-
-   word(params, 1, param1);
-   word(params, 2, param2);
-
-   if (!strcmp(param1, "xroot"))
-     {
-       if (!strncmp(param2, "norm", 4))
-          Conf.hints.set_xroot_info_on_root_window = 0;
-       else if (!strncmp(param2, "root", 4))
-          Conf.hints.set_xroot_info_on_root_window = 1;
-       autosave();
-     }
-
-   IpcPrintf("Set _XROOT* hints: %s\n",
-            (Conf.hints.set_xroot_info_on_root_window) ? "root" : "normal");
-}
-
-static void
 IPC_Debug(const char *params, Client * c __UNUSED__)
 {
    char                param[1024];
@@ -1321,11 +1296,6 @@
     "Retrieve a list of remembered windows and their attributes",
     SnapIpcText},
    {
-    IPC_Hints,
-    "hints", NULL,
-    "Set hint options",
-    "  hints xroot <normal/root>\n"},
-   {
     IPC_Debug,
     "debug", NULL,
     "Set debug options",




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to