diff options
Diffstat (limited to 'src/gui/debate.h')
-rw-r--r-- | src/gui/debate.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/debate.h b/src/gui/debate.h index 6fc9b84d..35463fcc 100644 --- a/src/gui/debate.h +++ b/src/gui/debate.h @@ -1,4 +1,4 @@ -// Copyright (C) 2011, Gabriel Dos Reis. +// Copyright (C) 2011-2013, Gabriel Dos Reis. // All rights reserved. // // Redistribution and use in source and binary forms, with or without @@ -48,7 +48,6 @@ namespace OpenAxiom { ~Debate(); Conversation* exchanges() { return &conv; } - Filesystem* filesystem() { return &fs; } protected: void resizeEvent(QResizeEvent*); @@ -58,7 +57,6 @@ namespace OpenAxiom { private: Conversation conv; - Filesystem fs; }; } |