aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-05-30 15:49:10 (GMT)
committerfluxgen <fluxgen>2002-05-30 15:49:10 (GMT)
commit7f123ab240cdd455e551262bef13949b3762a384 (patch)
treec0284c7114867b8e75d6667ceeaa39624ea53af0
parentc3dce81be1e09a2839122416e28d8310c563ce1d (diff)
downloadfluxbox-7f123ab240cdd455e551262bef13949b3762a384.zip
fluxbox-7f123ab240cdd455e551262bef13949b3762a384.tar.bz2
removed comment from propwwmhints
-rw-r--r--src/Window.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh
index aa9e6c5..0ccb530 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.hh,v 1.22 2002/05/30 00:38:22 fluxgen Exp $ 25// $Id: Window.hh,v 1.23 2002/05/30 15:49:10 fluxgen Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -41,7 +41,7 @@
41#include <vector> 41#include <vector>
42#include <string> 42#include <string>
43 43
44//#define PropMwmHintsElements 3 44#define PropMwmHintsElements 3
45 45
46class Tab; 46class Tab;
47 47