Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/fb/main.c

    reeb643d rb3d513f  
    4141#include "ski.h"
    4242#include "sgcn.h"
    43 #include "niagara.h"
    4443#include "main.h"
    4544
     
    8988        }
    9089#endif
    91 #ifdef NIAGARA_ENABLED
    92         if ((!initialized) && (sysinfo_value("fb.kind") == 5)) {
    93                 if (niagara_init() == 0)
    94                         initialized = true;
    95         }
    96 #endif
    9790#ifdef SKI_ENABLED
    9891        if ((!initialized) && (sysinfo_value("fb") != true)) {
Note: See TracChangeset for help on using the changeset viewer.