diff options
Diffstat (limited to 'chrome/browser/chromeos/cros/synaptics_library.h')
-rw-r--r-- | chrome/browser/chromeos/cros/synaptics_library.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/chromeos/cros/synaptics_library.h b/chrome/browser/chromeos/cros/synaptics_library.h index 0a2db7e..c090606 100644 --- a/chrome/browser/chromeos/cros/synaptics_library.h +++ b/chrome/browser/chromeos/cros/synaptics_library.h @@ -19,10 +19,6 @@ class SynapticsLibrary { // This gets the singleton SynapticsLibrary. static SynapticsLibrary* Get(); - // Makes sure the library is loaded, loading it if necessary. Returns true if - // the library has been successfully loaded. - static bool EnsureLoaded(); - // Sets a boolean parameter. The actual call will be run on the FILE thread. void SetBoolParameter(SynapticsParameter param, bool value); |