diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-04-26 18:31:48 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-04-26 18:32:27 +0300 |
commit | b3f8d9a9b87dd453b920a969a69835fa2464859e (patch) | |
tree | 4c60703f535c8adc59546dc1530e7e5a0b5dc91f /scp2 | |
parent | c6709a7b64cc088452f29059166b5565a447dc31 (diff) |
Kill Sun-specific stclient_wrapper
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 65769d268113..9514669a6212 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -1749,21 +1749,6 @@ File gid_File_Config_Javasettingsunopkginstall #endif End -#if defined( BUILD_SPECIAL ) -#if !defined( MACOSX ) -File gid_File_Stclient_Wrapper - Dir = gid_Dir_Program; - BIN_FILE_BODY; -#if defined ( WNT ) - Name = "stclient_wrapper.exe"; -#else - Name = "stclient_wrapper"; -#endif - Styles = (); -End -#endif -#endif - #ifdef ENABLE_SVCTAGS File gid_File_Jar_Productregistration TXT_FILE_BODY; |