diff options
author | dgp <dgp@users.sourceforge.net> | 2020-03-18 14:38:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-03-18 14:38:39 (GMT) |
commit | beb7fb810b843573cb513577c6ed9f7c56c4741e (patch) | |
tree | 9ae9afc3b8a59f3063dcb6569c2155bd182ebb8d /generic/tkTest.c | |
parent | 84d93a6e998f4394ae62cec0ea81fa96287a8d7a (diff) | |
download | tk-beb7fb810b843573cb513577c6ed9f7c56c4741e.zip tk-beb7fb810b843573cb513577c6ed9f7c56c4741e.tar.gz tk-beb7fb810b843573cb513577c6ed9f7c56c4741e.tar.bz2 |
TIP 569 remove lint comments
Diffstat (limited to 'generic/tkTest.c')
-rw-r--r-- | generic/tkTest.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/generic/tkTest.c b/generic/tkTest.c index ace6da2..c4eb3fe 100644 --- a/generic/tkTest.c +++ b/generic/tkTest.c @@ -339,7 +339,6 @@ Tktest_Init( *---------------------------------------------------------------------- */ - /* ARGSUSED */ static int TestbitmapObjCmd( ClientData clientData, /* Main window for application. */ @@ -375,7 +374,6 @@ TestbitmapObjCmd( *---------------------------------------------------------------------- */ - /* ARGSUSED */ static int TestborderObjCmd( ClientData clientData, /* Main window for application. */ @@ -411,7 +409,6 @@ TestborderObjCmd( *---------------------------------------------------------------------- */ - /* ARGSUSED */ static int TestcolorObjCmd( ClientData clientData, /* Main window for application. */ @@ -447,7 +444,6 @@ TestcolorObjCmd( *---------------------------------------------------------------------- */ - /* ARGSUSED */ static int TestcursorObjCmd( ClientData clientData, /* Main window for application. */ @@ -484,7 +480,6 @@ TestcursorObjCmd( *---------------------------------------------------------------------- */ - /* ARGSUSED */ static int TestdeleteappsObjCmd( ClientData clientData, /* Main window for application. */ @@ -525,7 +520,6 @@ TestdeleteappsObjCmd( *---------------------------------------------------------------------- */ - /* ARGSUSED */ static int TestobjconfigObjCmd( ClientData clientData, /* Main window for application. */ @@ -1158,7 +1152,6 @@ TestobjconfigObjCmd( *---------------------------------------------------------------------- */ - /* ARGSUSED */ static int TrivialConfigObjCmd( ClientData clientData, /* Main window for application. */ @@ -1341,7 +1334,6 @@ TrivialEventProc( *---------------------------------------------------------------------- */ - /* ARGSUSED */ static int TestfontObjCmd( ClientData clientData, /* Main window for application. */ @@ -1401,7 +1393,6 @@ TestfontObjCmd( *---------------------------------------------------------------------- */ - /* ARGSUSED */ static int ImageCreate( Tcl_Interp *interp, /* Interpreter for application containing @@ -1468,7 +1459,6 @@ ImageCreate( *---------------------------------------------------------------------- */ - /* ARGSUSED */ static int ImageObjCmd( ClientData clientData, /* Main window for application. */ @@ -1718,7 +1708,6 @@ ImageDelete( *---------------------------------------------------------------------- */ - /* ARGSUSED */ static int TestmakeexistObjCmd( ClientData clientData, /* Main window for application. */ @@ -1759,7 +1748,6 @@ TestmakeexistObjCmd( *---------------------------------------------------------------------- */ - /* ARGSUSED */ #if !(defined(_WIN32) || defined(MAC_OSX_TK) || defined(__CYGWIN__)) static int TestmenubarObjCmd( @@ -1875,7 +1863,6 @@ TestmetricsObjCmd( *---------------------------------------------------------------------- */ - /* ARGSUSED */ static int TestpropObjCmd( ClientData clientData, /* Main window for application. */ @@ -1952,7 +1939,6 @@ TestpropObjCmd( *---------------------------------------------------------------------- */ - /* ARGSUSED */ static int TestprintfObjCmd( ClientData dummy, /* Not used */ @@ -2009,7 +1995,6 @@ TestprintfObjCmd( *---------------------------------------------------------------------- */ - /* ARGSUSED */ static int TestwrapperObjCmd( ClientData clientData, /* Main window for application. */ @@ -2192,7 +2177,6 @@ CustomOptionFree( *---------------------------------------------------------------------- */ - /* ARGSUSED */ static int TestPhotoStringMatchCmd( ClientData clientData, /* Main window for application. */ |