Skip to content

Commit

Permalink
sclang: remove dead pysclang code
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Blechmann <tim@klingt.org>
  • Loading branch information
timblechmann committed Jan 2, 2013
1 parent 181b69b commit 3960e6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions lang/LangSource/SC_LanguageClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ void SC_LanguageClient::onInterpStartup()
// library functions
// =====================================================================

// this is defined in PySCLang
#ifndef PYSCLANG
void setPostFile(FILE* file)
{
SC_LanguageClient::instance()->setPostFile(file);
Expand Down Expand Up @@ -441,5 +439,4 @@ long scMIDIout(int port, int len, int statushi, int chan, int data1, int data2)
{
return 0;
}
#endif
// EOF
2 changes: 0 additions & 2 deletions lang/LangSource/cmdLineFuncs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,10 @@ void initGUI()
{
}

#ifndef PYSCLANG
void initGUIPrimitives();
void initGUIPrimitives()
{
}
#endif

void initSCViewPrimitives();
void initSCViewPrimitives()
Expand Down

0 comments on commit 3960e6f

Please sign in to comment.