]> Dogcows Code - chaz/openbox/blobdiff - src/main.cc
removing all prefixes completed
[chaz/openbox] / src / main.cc
index 1d6ce0b1e3e4360792517fb3c5f201484726c14c..1311ce51df59c32357ad8e5372172577939eff08 100644 (file)
@@ -1,4 +1,4 @@
-// -*- mode: C++; indent-tabs-mode: nil; -*-
+// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
 
 /*! @file main.cc
   @brief Main entry point for the application
@@ -16,10 +16,6 @@ extern "C" {
 #include "gettext.h"
 }
 
-#include <string>
-using std::string;
-
-#include "blackbox.hh"
 #include "openbox.hh"
 
 int main(int argc, char **argv) {
@@ -29,10 +25,5 @@ int main(int argc, char **argv) {
   textdomain(PACKAGE);
 
   ob::Openbox openbox(argc, argv);
-  //ob::Blackbox blackbox(argc, argv, 0);
-
-  //Blackbox blackbox(argv, session_display, rc_file);
   openbox.eventLoop();
-
-  return(0);
 }
This page took 0.020311 seconds and 4 git commands to generate.