X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FScripting%2FNasalCondition.hxx;h=6f4ffe2bd2838cfa71729d38a0ea700ade280b8e;hb=9c63b7713307eb4db9f6df7959fe83977f561c42;hp=c16b2b5d17e000c4bb3fefb7bfd7df27de93e304;hpb=5c42071fbbd73bb7dc4bcf03e028d923017ea6b7;p=flightgear.git diff --git a/src/Scripting/NasalCondition.hxx b/src/Scripting/NasalCondition.hxx index c16b2b5d1..6f4ffe2bd 100644 --- a/src/Scripting/NasalCondition.hxx +++ b/src/Scripting/NasalCondition.hxx @@ -23,12 +23,6 @@ #include -// forward decls -class SGCondition; - -naRef ghostForCondition(naContext c, const SGCondition* cond); - naRef initNasalCondition(naRef globals, naContext c); #endif // of SCRIPTING_NASAL_CONDITION_HXX -