summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authortheAdib <theAdib@users.sourceforge.net>2009-05-05 20:49:53 +0000
committertheAdib <theAdib@users.sourceforge.net>2009-05-05 20:49:53 +0000
commit41aeeb877afcbffacfa5f63fdea11fe6b0c60cc0 (patch)
tree4382d1040e8d9b2fb83d1e8144e5f1b0f1a1b35a /src
parentFixed collapsed if/cond/body lines that blocked debugging. (diff)
downloadinkscape-41aeeb877afcbffacfa5f63fdea11fe6b0c60cc0.tar.gz
inkscape-41aeeb877afcbffacfa5f63fdea11fe6b0c60cc0.zip
remove attributes/function to reflect changes in 21280 in src/preferences.h
(bzr r7824)
Diffstat (limited to 'src')
-rw-r--r--src/test-stubs.cpp6
1 files changed, 1 insertions, 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