aboutsummaryrefslogtreecommitdiff
path: root/src/Resources.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-02-05 20:35:02 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-02-05 20:35:02 (GMT)
commit92940571f3113a27673b6e79dba26e745079ff90 (patch)
tree169f08f96260ba79513aca81e3f30b9a95092f69 /src/Resources.cc
parent0da4be2a0114d4419ceb70a4c6b6342f8fd79852 (diff)
downloadfluxbox-92940571f3113a27673b6e79dba26e745079ff90.zip
fluxbox-92940571f3113a27673b6e79dba26e745079ff90.tar.bz2
Cleanup; Remove unused function
Diffstat (limited to 'src/Resources.cc')
-rw-r--r--src/Resources.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Resources.cc b/src/Resources.cc
index affaf19..aacff60 100644
--- a/src/Resources.cc
+++ b/src/Resources.cc
@@ -35,8 +35,6 @@
35using std::string; 35using std::string;
36using std::vector; 36using std::vector;
37 37
38using namespace FbTk;
39
40//----------------------------------------------------------------- 38//-----------------------------------------------------------------
41//---- accessors for int, bool, and some enums with Resource ------ 39//---- accessors for int, bool, and some enums with Resource ------
42//----------------------------------------------------------------- 40//-----------------------------------------------------------------