Changeset b9d22f7 for commands.c


Ignore:
Timestamp:
Jun 11, 2011, 6:31:32 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Children:
7df7be2
Parents:
89fe67e
git-author:
David Benjamin <davidben@mit.edu> (05/24/11 00:33:34)
git-committer:
David Benjamin <davidben@mit.edu> (06/11/11 18:31:32)
Message:
Drop show timers feature

It was useful to access programmatically and probably not hugely useful.
We can restore something like it later if it's really needed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r697221f rb9d22f7  
    654654              "show subscriptions / show subs\n"
    655655              "show terminal\n"
    656               "show timers\n"
    657656              "show variables\n"
    658657              "show variable <variable>\n"
     
    22252224  } else if (!strcmp(argv[1], "styles")) {
    22262225    owl_function_show_styles();
    2227   } else if (!strcmp(argv[1], "timers")) {
    2228     owl_function_show_timers();
    22292226  } else if (!strcmp(argv[1], "subs") || !strcmp(argv[1], "subscriptions")) {
    22302227    owl_function_getsubs();
Note: See TracChangeset for help on using the changeset viewer.