summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic/source/inc/iosys.hxx1
-rw-r--r--basic/source/sbx/sbxvar.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/basic/source/inc/iosys.hxx b/basic/source/inc/iosys.hxx
index f9e7319f0e4e..4cc0f9b3314e 100644
--- a/basic/source/inc/iosys.hxx
+++ b/basic/source/inc/iosys.hxx
@@ -38,7 +38,6 @@ class SvStream;
// implemented at the moment.
#define CHANNELS 256
-#define CONSOLE 0
#define SBSTRM_INPUT 0x0001
#define SBSTRM_OUTPUT 0x0002
diff --git a/basic/source/sbx/sbxvar.cxx b/basic/source/sbx/sbxvar.cxx
index e4ad651532df..d00115a1ed41 100644
--- a/basic/source/sbx/sbxvar.cxx
+++ b/basic/source/sbx/sbxvar.cxx
@@ -45,7 +45,6 @@ using namespace com::sun::star::uno;
TYPEINIT1(SbxVariable,SbxValue)
TYPEINIT1(SbxHint,SfxSimpleHint)
-extern sal_uInt32 nVarCreator; // in SBXBASE.CXX, for LoadData()
#ifdef DBG_UTIL
static sal_uIntPtr nVar = 0;
#endif