From 1a902514b3a0658d733c2bb9d745e6a3c3560240 Mon Sep 17 00:00:00 2001 From: theAdib Date: Tue, 5 May 2009 20:49:53 +0000 Subject: [PATCH] remove attributes/function to reflect changes in 21280 in src/preferences.h --- src/test-stubs.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/test-stubs.cpp b/src/test-stubs.cpp index 3cfd265b4..b0890fe29 100644 --- a/src/test-stubs.cpp +++ b/src/test-stubs.cpp @@ -1,6 +1,6 @@ /** @file * @brief Alternate stub implementations for some functions. - * + * * This file exists only for the benefit of the linker when building tests, * to avoid circular dependencies. If some test causes link errors because of a function * it doesn't need, feel free to add a stub here. @@ -28,9 +28,6 @@ Preferences::Preferences() : _prefs_dir(""), _prefs_filename(""), _prefs_doc(NULL), - _use_gui(true), - _quiet(false), - _loaded(false), _writable(false) { } @@ -39,7 +36,6 @@ Preferences::~Preferences() { } -void Preferences::load(bool /*use_gui*/, bool /*quiet*/) {} void Preferences::save() {} // getter methods -- 2.30.2