home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 April / PCO0499.ISO / filesbbs / os2 / fwe200.arj / FWE200.ZIP / FweDeReg.Fnc < prev    next >
Encoding:
Text File  |  1999-01-22  |  351 b   |  16 lines

  1. /**/
  2.  
  3.     call    RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  4.     call    SysLoadFuncs
  5.  
  6.     ret = SysDestroyObject( "<WP_FutureWaveEditor_Install>" );
  7.     ret = SysDestroyObject( "<WP_FutureWaveEditor>" );
  8.  
  9.     if ret = 1 then do
  10.        ret = SysDestroyObject( "<WP_FutureWave>" );
  11.     end
  12.  
  13.     call    SysDropFuncs
  14.  
  15.     exit
  16.