]> git.sesse.net Git - vlc/blobdiff - modules/misc/screensaver.c
* src/misc/cpu.c: do not assume SYS_DARWIN means powerpc, so that we can
[vlc] / modules / misc / screensaver.c
index 2995fdcb45d2e3a72ac71367f0aa4e17b2b22f3e..67aa7060d56c447f623f2a4ddc26618bade9c291 100644 (file)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************
@@ -41,8 +41,6 @@ static void Run          ( intf_thread_t *p_intf );
  * Module descriptor
  *****************************************************************************/
 vlc_module_begin();
-    set_category( CAT_INTERFACE );
-    set_subcategory( SUBCAT_INTERFACE_CONTROL );
     set_description( _("X Screensaver disabler") );
     set_capability( "interface", 0 );
     set_callbacks( Activate, NULL );