summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r--src/classdef.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp
index eded587..cef4720 100644
--- a/src/classdef.cpp
+++ b/src/classdef.cpp
@@ -3413,8 +3413,7 @@ QCString ClassDef::getOutputFileBase() const
{
static bool inlineGroupedClasses = Config_getBool("INLINE_GROUPED_CLASSES");
static bool inlineSimpleClasses = Config_getBool("INLINE_SIMPLE_STRUCTS");
- static bool separateMemberPages = Config_getBool("SEPARATE_MEMBER_PAGES");
- if (!Doxygen::generatingXmlOutput && !separateMemberPages)
+ if (!Doxygen::generatingXmlOutput)
{
Definition *scope=0;
if (inlineGroupedClasses && partOfGroups()!=0)