Changeset 9b70dd4 for commands.c


Ignore:
Timestamp:
Dec 13, 2008, 5:40:50 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Children:
160d3f4
Parents:
5d2248c
git-author:
Anders Kaseorg <andersk@mit.edu> (12/06/08 23:37:40)
git-committer:
Nelson Elhage <nelhage@mit.edu> (12/13/08 17:40:50)
Message:
Rip out the openurl function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r2b237308 r9b70dd4  
    453453  OWLCMD_VOID("pop-message", owl_command_pop_message, OWL_CTX_RECWIN,
    454454              "pops up a message in a window", "", ""),
    455 
    456   OWLCMD_VOID("openurl", owl_command_openurl, OWL_CTX_INTERACTIVE,
    457               "opens up a URL from the current message",
    458               "",
    459               "Uses the 'webbrowser' variable to determine\n"
    460               "which browser to use.  Currently, 'netscape'\n"
    461               "and 'galeon' are supported.\n"),
    462455
    463456  OWLCMD_ARGS("zaway", owl_command_zaway, OWL_CTX_INTERACTIVE,
     
    22532246}
    22542247
    2255 void owl_command_openurl(void)
    2256 {
    2257   owl_function_openurl();
    2258 }
    2259 
    22602248char *owl_command_delete(int argc, char **argv, char *buff)
    22612249{
Note: See TracChangeset for help on using the changeset viewer.