Kaydet (Commit) 9fedf7bc authored tarafından Takeshi Abe's avatar Takeshi Abe

Removed unused define and extern

üst b6ca3a82
...@@ -38,7 +38,6 @@ class SvStream; ...@@ -38,7 +38,6 @@ class SvStream;
// implemented at the moment. // implemented at the moment.
#define CHANNELS 256 #define CHANNELS 256
#define CONSOLE 0
#define SBSTRM_INPUT 0x0001 #define SBSTRM_INPUT 0x0001
#define SBSTRM_OUTPUT 0x0002 #define SBSTRM_OUTPUT 0x0002
......
...@@ -45,7 +45,6 @@ using namespace com::sun::star::uno; ...@@ -45,7 +45,6 @@ using namespace com::sun::star::uno;
TYPEINIT1(SbxVariable,SbxValue) TYPEINIT1(SbxVariable,SbxValue)
TYPEINIT1(SbxHint,SfxSimpleHint) TYPEINIT1(SbxHint,SfxSimpleHint)
extern sal_uInt32 nVarCreator; // in SBXBASE.CXX, for LoadData()
#ifdef DBG_UTIL #ifdef DBG_UTIL
static sal_uIntPtr nVar = 0; static sal_uIntPtr nVar = 0;
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment