summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/inc/tokens/tokdeal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser/inc/tokens/tokdeal.hxx')
-rw-r--r--autodoc/source/parser/inc/tokens/tokdeal.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/autodoc/source/parser/inc/tokens/tokdeal.hxx b/autodoc/source/parser/inc/tokens/tokdeal.hxx
index 3d70cdd4ad03..2e7bb99c8a41 100644
--- a/autodoc/source/parser/inc/tokens/tokdeal.hxx
+++ b/autodoc/source/parser/inc/tokens/tokdeal.hxx
@@ -29,19 +29,6 @@
#ifndef ADC_TOKDEAL_HXX
#define ADC_TOKDEAL_HXX
-
-
-// USED SERVICES
- // BASE CLASSES
- // COMPONENTS
- // PARAMETERS
-
-namespace cpp
-{
- class Distributor;
-}
-
-
class TokenDealer
{
@@ -50,8 +37,6 @@ class TokenDealer
virtual void Deal_Eol() = 0;
virtual void Deal_Eof() = 0;
- virtual cpp::Distributor *
- AsDistributor() = 0;
};
#endif