summaryrefslogtreecommitdiffstats
path: root/src/pyscanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyscanner.h')
-rw-r--r--src/pyscanner.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pyscanner.h b/src/pyscanner.h
index 6b40ddf..7ec7e40 100644
--- a/src/pyscanner.h
+++ b/src/pyscanner.h
@@ -49,8 +49,6 @@ class PythonLanguageScanner : public ParserInterface
);
void resetCodeParserState();
void parsePrototype(const char *text);
- void handleGroupStartCommand(const char *header);
- void handleGroupEndCommand();
};
#endif