From: simigern Date: Sun, 21 May 2006 13:08:52 +0000 (+0000) Subject: remove example comments X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/snom-frontend/commitdiff_plain/b0d76c806b307267f6fe8c04ae0959ed8f884a92?ds=sidebyside remove example comments --- diff --git a/snom.pl b/snom.pl index 43ea498..bbb359d 100755 --- a/snom.pl +++ b/snom.pl @@ -1,5 +1,5 @@ #!/bin/sh -#$Id: snom.pl,v 1.6 2006-05-21 13:07:24 simigern Exp $ +#$Id: snom.pl,v 1.7 2006-05-21 13:08:52 simigern Exp $ PATH=/opt/csw/bin:/opt/local/bin:/usr/bin:/bin exec perl -w -x "$0" "$@" @@ -324,12 +324,8 @@ sub KBDInput return FALSE; } -### Callback function to close the window sub CloseAppWindow { $window->destroy; return TRUE; } - - -# END EXAMPLE PROGRAM