Kaydet (Commit) 7f4a34e3 authored tarafından Thomas Arnhold's avatar Thomas Arnhold Kaydeden (comit) Fridrich Strba

basic: Remove non working AboutStarBasic

The content of this function was commented out since the first import. So as it does nothing remove it.

Change-Id: Ia46674f7bdc12e80d61a8142697e875f5c58f482
Reviewed-on: https://gerrit.libreoffice.org/2899Reviewed-by: 's avatarChris Sherlock <chris.sherlock79@gmail.com>
Reviewed-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
Tested-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
üst 37998808
...@@ -4341,13 +4341,6 @@ RTLFUNC(SavePicture) ...@@ -4341,13 +4341,6 @@ RTLFUNC(SavePicture)
//----------------------------------------------------------------------------------------- //-----------------------------------------------------------------------------------------
RTLFUNC(AboutStarBasic)
{
(void)pBasic;
(void)bWrite;
(void)rPar;
}
RTLFUNC(MsgBox) RTLFUNC(MsgBox)
{ {
(void)pBasic; (void)pBasic;
......
...@@ -275,7 +275,6 @@ extern RTLFUNC(Beep); ...@@ -275,7 +275,6 @@ extern RTLFUNC(Beep);
extern RTLFUNC(Load); extern RTLFUNC(Load);
extern RTLFUNC(Unload); extern RTLFUNC(Unload);
extern RTLFUNC(AboutStarBasic);
extern RTLFUNC(LoadPicture); extern RTLFUNC(LoadPicture);
extern RTLFUNC(SavePicture); extern RTLFUNC(SavePicture);
......
...@@ -80,8 +80,6 @@ struct StringHashCode ...@@ -80,8 +80,6 @@ struct StringHashCode
static Methods aMethods[] = { static Methods aMethods[] = {
{ "AboutStarBasic", SbxNULL, 1 | _FUNCTION, RTLNAME(AboutStarBasic),0 },
{ "Name", SbxSTRING, 0,NULL,0 },
{ "Abs", SbxDOUBLE, 1 | _FUNCTION, RTLNAME(Abs),0 }, { "Abs", SbxDOUBLE, 1 | _FUNCTION, RTLNAME(Abs),0 },
{ "number", SbxDOUBLE, 0,NULL,0 }, { "number", SbxDOUBLE, 0,NULL,0 },
{ "Array", SbxOBJECT, _FUNCTION, RTLNAME(Array),0 }, { "Array", SbxOBJECT, _FUNCTION, RTLNAME(Array),0 },
......
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