diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-15 19:19:42 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-15 23:18:51 +0100 |
commit | 30e2c2dfea72b532c5123012ea72dc156da70a04 (patch) | |
tree | dc765adc61b11de4cba332a753895eb9777354fc /idl/source/prj | |
parent | 2b8f676617fb787fb1391a27ec3583bbc249a73b (diff) |
Remove DOS
Diffstat (limited to 'idl/source/prj')
-rw-r--r-- | idl/source/prj/globals.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/idl/source/prj/globals.cxx b/idl/source/prj/globals.cxx index de1f5256271a..f5162c6e03c7 100644 --- a/idl/source/prj/globals.cxx +++ b/idl/source/prj/globals.cxx @@ -34,15 +34,6 @@ #include <globals.hxx> #include <database.hxx> -#ifdef DOS -static IdlDll * pApp = NULL; -IdlDll * GetIdlApp() -{ - if( !pApp ) - pApp = new IdlDll(); - return pApp; -} -#else IdlDll * GetIdlApp() { if( !(*(IdlDll**)GetAppData(SHL_IDL)) ) @@ -51,7 +42,6 @@ IdlDll * GetIdlApp() } return (*(IdlDll**)GetAppData(SHL_IDL)); } -#endif IdlDll::IdlDll() : pHashTable( NULL ) |